summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2015-03-26 11:11:05 +0100
committerJames Rowe <jroweboy@gmail.com>2015-03-26 11:11:05 +0100
commit635ed87788f06ccafdc1f5f49bd49630d6d483d5 (patch)
tree4d0245eed53e018b35cce1095550ad05841fbf72 /src/citra_qt
parentUpdated the copy commands to run on post_build and use generator expressions to simplify the code as well (diff)
downloadyuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.gz
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.bz2
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.lz
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.xz
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.zst
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.zip
Diffstat (limited to 'src/citra_qt')
-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 2545b5d6a..efccdbec6 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -106,4 +106,7 @@ if (Qt5_FOUND AND MSVC)
)
unset(Qt5_DLLS)
unset(Qt5_DLL_DIR)
+ unset(Qt5_PLATFORMS_DIR)
+ unset(DLL_DEST)
+ unset(PLATFORMS)
endif()