summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index c52d5627a..f5c46f1e9 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -66,11 +66,7 @@ file(GLOB_RECURSE THEMES ${CMAKE_SOURCE_DIR}/dist/qt_themes/*)
66 66
67create_directory_groups(${SRCS} ${HEADERS} ${UIS}) 67create_directory_groups(${SRCS} ${HEADERS} ${UIS})
68 68
69if (Qt5_FOUND) 69qt5_wrap_ui(UI_HDRS ${UIS})
70 qt5_wrap_ui(UI_HDRS ${UIS})
71else()
72 qt4_wrap_ui(UI_HDRS ${UIS})
73endif()
74 70
75if (APPLE) 71if (APPLE)
76 set(MACOSX_ICON "../../dist/yuzu.icns") 72 set(MACOSX_ICON "../../dist/yuzu.icns")