Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed|CMake: Typo in client’s build configuration
  • Loading branch information
skyjake committed May 4, 2017
1 parent 51c9aec commit 2228af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doomsday/apps/client/CMakeLists.txt
Expand Up @@ -41,7 +41,7 @@ deng_merge_sources (ui_home src/ui/home/*.cpp)
deng_merge_sources (ui_infine src/ui/infine/*.cpp)
deng_merge_sources (ui_widgets src/ui/widgets/*.cpp)
if (NOT IOS)
add_definitions (DENG_HAVE_UPDATER)
add_definitions (-DDENG_HAVE_UPDATER)
deng_merge_sources (updater src/updater/*.cpp)
endif ()
deng_merge_sources (world src/world/*.cpp)
Expand Down Expand Up @@ -133,15 +133,15 @@ if (IOS)
link_framework (client PUBLIC MobileCoreServices)
link_framework (client PUBLIC Security)
link_framework (client PUBLIC UIKit)
target_link_libraries (client PUBLIC
target_link_libraries (client PUBLIC
${QT_LIBS}/libqtlibpng.a
${QT_LIBS}/libqtharfbuzz.a
${QT_LIBS}/libqtfreetype.a
${QT_LIBS}/libqtpcre.a
${QT_LIBS}/libQt5FontDatabaseSupport_debug.a
${QT_LIBS}/libQt5GraphicsSupport_debug.a
${QT_LIBS}/libQt5ClipboardSupport_debug.a
${QT_PLUGINS}/platforms/libqios_debug.a
${QT_PLUGINS}/platforms/libqios_debug.a
${QT_PLUGINS}/imageformats/libqgif.a
${QT_PLUGINS}/imageformats/libqicns.a
${QT_PLUGINS}/imageformats/libqtga.a
Expand Down

0 comments on commit 2228af3

Please sign in to comment.