src/CMakeLists.txt
branchv_0
changeset 38 129b8cca9b98
parent 33 ec98d2e080a0
child 42 707a6734f364
equal deleted inserted replaced
37:d905557eda62 38:129b8cca9b98
    35 # From ASan wiki: "To get nicer stack traces in error messages add -fno-omit-frame-pointer."
    35 # From ASan wiki: "To get nicer stack traces in error messages add -fno-omit-frame-pointer."
    36 
    36 
    37 # Executable output:
    37 # Executable output:
    38 add_executable(
    38 add_executable(
    39 	${EXECUTABLE_FILE}
    39 	${EXECUTABLE_FILE}
    40 	QtRelationalReaderStringHadler.h # QObjects must be listed here (including them from other files is not enough)
    40 	QtRelationalReaderStringHandler.h # QObjects must be listed here (including them from other files is not enough)
    41 	RelpipeChartWidget.h
    41 	RelpipeChartWidget.h
    42 	RelpipeTableModel.h
    42 	RelpipeTableModel.h
    43 	RelpipeChartMainWindow.ui
    43 	RelpipeChartMainWindow.ui
    44 	RelpipeChartMainWindow.cpp
    44 	RelpipeChartMainWindow.cpp
    45 	relpipe-out-gui.cpp
    45 	relpipe-out-gui.cpp