mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Cleanup in progress.
This commit is contained in:
parent
e0bb8c64ca
commit
ecef7834f2
1 changed files with 1 additions and 9 deletions
|
@ -21,11 +21,7 @@ file(GLOB_RECURSE NITPICK_SRCS "src/*.cpp" "src/*.h")
|
||||||
GroupSources("src")
|
GroupSources("src")
|
||||||
list(APPEND NITPICK_SRCS ${RESOURCES_RCC})
|
list(APPEND NITPICK_SRCS ${RESOURCES_RCC})
|
||||||
|
|
||||||
find_package(
|
find_package(Qt5 COMPONENTS Widgets)
|
||||||
Qt5 COMPONENTS
|
|
||||||
Gui Widgets Qml Quick Svg Xml
|
|
||||||
${PLATFORM_QT_COMPONENTS}
|
|
||||||
)
|
|
||||||
|
|
||||||
# grab the ui files in ui
|
# grab the ui files in ui
|
||||||
file (GLOB_RECURSE QT_UI_FILES ui/*.ui)
|
file (GLOB_RECURSE QT_UI_FILES ui/*.ui)
|
||||||
|
@ -189,10 +185,6 @@ elseif (WIN32)
|
||||||
PATTERN "*.lib" EXCLUDE
|
PATTERN "*.lib" EXCLUDE
|
||||||
PATTERN "*.exp" EXCLUDE
|
PATTERN "*.exp" EXCLUDE
|
||||||
)
|
)
|
||||||
|
|
||||||
set(EXECUTABLE_COMPONENT ${CLIENT_COMPONENT})
|
|
||||||
|
|
||||||
optional_win_executable_signing()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue