src/CMakeLists.txt
branchv_0
changeset 13 c84042d014c9
parent 10 a6a036bc3857
child 23 ff4a1c07a481
equal deleted inserted replaced
12:a45d1cac365e 13:c84042d014c9
    19 # From ASan wiki: "To get nicer stack traces in error messages add -fno-omit-frame-pointer."
    19 # From ASan wiki: "To get nicer stack traces in error messages add -fno-omit-frame-pointer."
    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 	RelpipeChartMainWindow.ui
    25 	RelpipeChartMainWindow.ui
    25 	RelpipeChartMainWindow.cpp
    26 	RelpipeChartMainWindow.cpp
    26 	relpipe-out-chart.cpp
    27 	relpipe-out-chart.cpp
    27 )
    28 )
    28 
    29