summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-10-02 05:35:19 +0200
committerbunnei <bunneidev@gmail.com>2015-10-02 05:35:19 +0200
commit11a64acf236851f88a023bcfa1eecb02991bdccc (patch)
tree814484ca15050312eec965740d5f6d2b6c814a80 /src/citra_qt/CMakeLists.txt
parentMerge pull request #1180 from lioncash/symbol (diff)
parentGame list: save and load column sizes, sort order, to QSettings (diff)
downloadyuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar.gz
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar.bz2
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar.lz
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar.xz
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.tar.zst
yuzu-11a64acf236851f88a023bcfa1eecb02991bdccc.zip
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r--src/citra_qt/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index a82e8a85b..51a574629 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -17,6 +17,7 @@ set(SRCS
debugger/profiler.cpp
debugger/ramview.cpp
debugger/registers.cpp
+ game_list.cpp
util/spinbox.cpp
util/util.cpp
bootmanager.cpp
@@ -42,6 +43,7 @@ set(HEADERS
debugger/profiler.h
debugger/ramview.h
debugger/registers.h
+ game_list.h
util/spinbox.h
util/util.h
bootmanager.h