src/CMakeLists.txt
branchv_0
changeset 28 04f1ac8a931b
parent 27 8c5364450a46
child 29 0f9f7d6564cd
equal deleted inserted replaced
27:8c5364450a46 28:04f1ac8a931b
    20 
    20 
    21 # Executable output:
    21 # Executable output:
    22 add_executable(
    22 add_executable(
    23 	${EXECUTABLE_FILE}
    23 	${EXECUTABLE_FILE}
    24 	QtRelationalReaderStringHadler.h # QObjects must be listed here (including them from other files is not enough)
    24 	QtRelationalReaderStringHadler.h # QObjects must be listed here (including them from other files is not enough)
    25 	#RelpipeChartWidget.h
    25 	RelpipeChartWidget.h
    26 	RelpipeTableModel.h
    26 	RelpipeTableModel.h
    27 	RelpipeChartMainWindow.ui
    27 	RelpipeChartMainWindow.ui
    28 	RelpipeChartMainWindow.cpp
    28 	RelpipeChartMainWindow.cpp
    29 	relpipe-out-chart.cpp
    29 	relpipe-out-chart.cpp
    30 )
    30 )