autorcc is not available for cmake 2.8, use manual instead

This commit is contained in:
2016-09-19 11:59:47 +02:00
parent e1604a081f
commit 189834bb53

View File

@ -1,6 +1,5 @@
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(SOURCES
slsDetectorPlotting/src/SlsQt1DPlot.cxx
@ -71,6 +70,7 @@ set(HEADERS
set(RESOURCES
include/icons.qrc
)
qt4_add_resources(RESOURCES_SRCS ${RESOURCES})
include_directories(
include
@ -92,7 +92,7 @@ add_executable(slsDetectorGui
${SOURCES}
${HEADERS}
${FORMS_H}
${RESOURCES}
${RESOURCES_SRCS}
)
set_target_properties(slsDetectorGui PROPERTIES