mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed Cmake generation error.
wrap_qt cant be run in an included sub-cmake-file
This commit is contained in:
parent
f8dce724f6
commit
6786894adb
@ -144,6 +144,7 @@ add_subdirectory(GeoMech/GeoMechDataModel)
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
set ( QT_MOC_HEADERS
|
set ( QT_MOC_HEADERS
|
||||||
|
${QT_MOC_HEADERS}
|
||||||
Application/RiaApplication.h
|
Application/RiaApplication.h
|
||||||
|
|
||||||
ProjectDataModel/RimUiTreeModelPdm.h
|
ProjectDataModel/RimUiTreeModelPdm.h
|
||||||
@ -157,7 +158,6 @@ set ( QT_MOC_HEADERS
|
|||||||
SocketInterface/RiaSocketServer.h
|
SocketInterface/RiaSocketServer.h
|
||||||
UserInterface/RiuMultiCaseImportDialog.h
|
UserInterface/RiuMultiCaseImportDialog.h
|
||||||
UserInterface/RiuViewerCommands.h
|
UserInterface/RiuViewerCommands.h
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
qt4_wrap_cpp( MOC_FILES_CPP ${QT_MOC_HEADERS} )
|
qt4_wrap_cpp( MOC_FILES_CPP ${QT_MOC_HEADERS} )
|
||||||
|
@ -92,11 +92,10 @@ ${CEE_CURRENT_LIST_DIR}RicDeleteItemFeature.cpp
|
|||||||
)
|
)
|
||||||
|
|
||||||
set (QT_MOC_HEADERS
|
set (QT_MOC_HEADERS
|
||||||
|
${QT_MOC_HEADERS}
|
||||||
${CEE_CURRENT_LIST_DIR}RicExecuteScriptForCasesFeature.h
|
${CEE_CURRENT_LIST_DIR}RicExecuteScriptForCasesFeature.h
|
||||||
)
|
)
|
||||||
|
|
||||||
qt4_wrap_cpp(MOC_FILES_CPP ${QT_MOC_HEADERS})
|
|
||||||
|
|
||||||
list(APPEND CODE_HEADER_FILES
|
list(APPEND CODE_HEADER_FILES
|
||||||
${SOURCE_GROUP_HEADER_FILES}
|
${SOURCE_GROUP_HEADER_FILES}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user