Initial implementation of barcode object.

This commit is contained in:
Jim Evins
2017-04-29 19:12:20 -04:00
parent 02630aec19
commit cf000a5d5c
17 changed files with 647 additions and 56 deletions
+7
View File
@@ -57,6 +57,7 @@ set (glabels_sources
LabelEditor.cpp
LabelModel.cpp
LabelModelObject.cpp
LabelModelBarcodeObject.cpp
LabelModelBoxObject.cpp
LabelModelEllipseObject.cpp
LabelModelImageObject.cpp
@@ -118,6 +119,7 @@ set (glabels_qobject_headers
LabelEditor.h
LabelModel.h
LabelModelObject.h
LabelModelBarcodeObject.h
LabelModelBoxObject.h
LabelModelEllipseObject.h
LabelModelImageObject.h
@@ -176,6 +178,7 @@ add_executable (glabels-qt WIN32
target_link_libraries (glabels-qt
Merge
glbarcode
${Qt5Widgets_LIBRARIES}
${Qt5PrintSupport_LIBRARIES}
${Qt5Xml_LIBRARIES}
@@ -196,6 +199,10 @@ include_directories (
${Qt5Svg_INCLUDE_DIRS}
)
link_directories (
${glabels_qt_SOURCE_DIR}/glbarcode
)
#=======================================
# Subdirectories