diff options
| author | 2018-01-16 17:51:08 +0100 | |
|---|---|---|
| committer | 2018-01-16 17:51:08 +0100 | |
| commit | 0a8d13801a43ffdc5fc44edbe5185eb6540db942 (patch) | |
| tree | 2fdf7fdc13d846317c93e17cdfa83583e3c6263b | |
| parent | Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) (diff) | |
| download | yuzu-0a8d13801a43ffdc5fc44edbe5185eb6540db942.tar.gz yuzu-0a8d13801a43ffdc5fc44edbe5185eb6540db942.tar.xz yuzu-0a8d13801a43ffdc5fc44edbe5185eb6540db942.zip | |
Update CMakeLists.txt
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 6 |
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 | ||
| 67 | create_directory_groups(${SRCS} ${HEADERS} ${UIS}) | 67 | create_directory_groups(${SRCS} ${HEADERS} ${UIS}) |
| 68 | 68 | ||
| 69 | if (Qt5_FOUND) | 69 | qt5_wrap_ui(UI_HDRS ${UIS}) |
| 70 | qt5_wrap_ui(UI_HDRS ${UIS}) | ||
| 71 | else() | ||
| 72 | qt4_wrap_ui(UI_HDRS ${UIS}) | ||
| 73 | endif() | ||
| 74 | 70 | ||
| 75 | if (APPLE) | 71 | if (APPLE) |
| 76 | set(MACOSX_ICON "../../dist/yuzu.icns") | 72 | set(MACOSX_ICON "../../dist/yuzu.icns") |