src/CMakeLists.txt
branchv_0
changeset 23 ff4a1c07a481
parent 13 c84042d014c9
child 27 8c5364450a46
equal deleted inserted replaced
22:0f0344e1ba61 23:ff4a1c07a481
    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 	RelpipeTableModel.h
    25 	RelpipeChartMainWindow.ui
    26 	RelpipeChartMainWindow.ui
    26 	RelpipeChartMainWindow.cpp
    27 	RelpipeChartMainWindow.cpp
    27 	relpipe-out-chart.cpp
    28 	relpipe-out-chart.cpp
    28 )
    29 )
    29 
    30