comparison Resources/CMake/QtConfiguration.cmake @ 423:574fc54056af am-vsol-upgrade

WRAP_UI and WRAP_CPP commonly used files in stone makefile instead of project makefile
author am@osimis.io
date Wed, 21 Nov 2018 17:07:43 +0100
parents ef31240a73f6
children a750f11892ec
comparison
equal deleted inserted replaced
422:4fe42ae3653a 423:574fc54056af
62 ${ORTHANC_STONE_ROOT}/Applications/Qt/QCairoWidget.cpp 62 ${ORTHANC_STONE_ROOT}/Applications/Qt/QCairoWidget.cpp
63 ${ORTHANC_STONE_ROOT}/Applications/Qt/QtStoneApplicationRunner.cpp 63 ${ORTHANC_STONE_ROOT}/Applications/Qt/QtStoneApplicationRunner.cpp
64 ${ORTHANC_STONE_ROOT}/Applications/Qt/QStoneMainWindow.cpp 64 ${ORTHANC_STONE_ROOT}/Applications/Qt/QStoneMainWindow.cpp
65 ) 65 )
66 66
67 ORTHANC_QT_WRAP_CPP(QT_SOURCES
68 ${ORTHANC_STONE_ROOT}/Applications/Qt/QCairoWidget.h
69 ${ORTHANC_STONE_ROOT}/Applications/Qt/QStoneMainWindow.h
70 )
71
67 72
68 # NB: Including CMAKE_CURRENT_BINARY_DIR is mandatory, as the CMake 73 # NB: Including CMAKE_CURRENT_BINARY_DIR is mandatory, as the CMake
69 # macros for Qt will put their result in that directory, which cannot 74 # macros for Qt will put their result in that directory, which cannot
70 # be changed. 75 # be changed.
71 # https://stackoverflow.com/a/4016784/881731 76 # https://stackoverflow.com/a/4016784/881731