src/CMakeLists.txt
branchv_0
changeset 30 23354fc917f4
parent 29 0f9f7d6564cd
child 33 ec98d2e080a0
equal deleted inserted replaced
29:0f9f7d6564cd 30:23354fc917f4
    40 	QtRelationalReaderStringHadler.h # QObjects must be listed here (including them from other files is not enough)
    40 	QtRelationalReaderStringHadler.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-chart.cpp
    45 	relpipe-out-gui.cpp
    46 )
    46 )
    47 
    47 
    48 # Link libraries:
    48 # Link libraries:
    49 target_link_libraries(${EXECUTABLE_FILE} ${RELPIPE_LIB_READER_LIBRARIES})
    49 target_link_libraries(${EXECUTABLE_FILE} ${RELPIPE_LIB_READER_LIBRARIES})
    50 target_link_libraries(${EXECUTABLE_FILE} Qt5::Widgets)
    50 target_link_libraries(${EXECUTABLE_FILE} Qt5::Widgets)