Initial non-functioning implementation of NewLabelDialog.
This commit is contained in:
+10
-1
@@ -6,6 +6,7 @@ set (glabels_sources
|
||||
glabels_main.cpp
|
||||
BarcodeStyle.cpp
|
||||
ColorNode.cpp
|
||||
File.cpp
|
||||
Help.cpp
|
||||
LabelModel.cpp
|
||||
LabelModelItem.cpp
|
||||
@@ -15,6 +16,7 @@ set (glabels_sources
|
||||
MergeRecord.cpp
|
||||
TemplatePicker.cpp
|
||||
TextNode.cpp
|
||||
NewLabelDialog.cpp
|
||||
)
|
||||
|
||||
set (glabels_qobject_headers
|
||||
@@ -22,6 +24,11 @@ set (glabels_qobject_headers
|
||||
LabelModelItem.h
|
||||
MainWindow.h
|
||||
TemplatePicker.h
|
||||
NewLabelDialog.h
|
||||
)
|
||||
|
||||
set (glabels_forms
|
||||
ui/NewLabelDialog.ui
|
||||
)
|
||||
|
||||
set (glabels_resource_files
|
||||
@@ -30,12 +37,14 @@ set (glabels_resource_files
|
||||
)
|
||||
|
||||
qt4_wrap_cpp (glabels_moc_sources ${glabels_qobject_headers})
|
||||
qt4_wrap_ui (glabels_forms_headers ${glabels_forms})
|
||||
qt4_add_resources(glabels_qrc_sources ${glabels_resource_files})
|
||||
|
||||
include (${QT_USE_FILE})
|
||||
|
||||
|
||||
include_directories (
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${glabels_qt_SOURCE_DIR}
|
||||
)
|
||||
|
||||
@@ -43,7 +52,7 @@ link_directories (
|
||||
${glabels_qt_SOURCE_DIR}/libglabels
|
||||
)
|
||||
|
||||
add_executable (glabels-qt ${glabels_sources} ${glabels_moc_sources} ${glabels_qrc_sources})
|
||||
add_executable (glabels-qt ${glabels_sources} ${glabels_moc_sources} ${glabels_qrc_sources} ${glabels_forms_headers})
|
||||
|
||||
target_link_libraries (glabels-qt
|
||||
libglabels
|
||||
|
||||
Reference in New Issue
Block a user