summaryrefslogtreecommitdiff
path: root/src/citra_qt/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r--src/citra_qt/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 3f0099200..0a5d4624b 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -20,6 +20,7 @@ set(SRCS
20 util/spinbox.cpp 20 util/spinbox.cpp
21 util/util.cpp 21 util/util.cpp
22 bootmanager.cpp 22 bootmanager.cpp
23 configure_audio.cpp
23 configure_debug.cpp 24 configure_debug.cpp
24 configure_dialog.cpp 25 configure_dialog.cpp
25 configure_general.cpp 26 configure_general.cpp
@@ -51,6 +52,7 @@ set(HEADERS
51 util/spinbox.h 52 util/spinbox.h
52 util/util.h 53 util/util.h
53 bootmanager.h 54 bootmanager.h
55 configure_audio.h
54 configure_debug.h 56 configure_debug.h
55 configure_dialog.h 57 configure_dialog.h
56 configure_general.h 58 configure_general.h
@@ -69,6 +71,7 @@ set(UIS
69 debugger/profiler.ui 71 debugger/profiler.ui
70 debugger/registers.ui 72 debugger/registers.ui
71 configure.ui 73 configure.ui
74 configure_audio.ui
72 configure_debug.ui 75 configure_debug.ui
73 configure_general.ui 76 configure_general.ui
74 hotkeys.ui 77 hotkeys.ui