mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02: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")
|
||||
list(APPEND NITPICK_SRCS ${RESOURCES_RCC})
|
||||
|
||||
find_package(
|
||||
Qt5 COMPONENTS
|
||||
Gui Widgets Qml Quick Svg Xml
|
||||
${PLATFORM_QT_COMPONENTS}
|
||||
)
|
||||
find_package(Qt5 COMPONENTS Widgets)
|
||||
|
||||
# grab the ui files in ui
|
||||
file (GLOB_RECURSE QT_UI_FILES ui/*.ui)
|
||||
|
@ -189,10 +185,6 @@ elseif (WIN32)
|
|||
PATTERN "*.lib" EXCLUDE
|
||||
PATTERN "*.exp" EXCLUDE
|
||||
)
|
||||
|
||||
set(EXECUTABLE_COMPONENT ${CLIENT_COMPONENT})
|
||||
|
||||
optional_win_executable_signing()
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue