diff options
author | James Rowe <jroweboy@gmail.com> | 2015-03-26 11:11:05 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2015-03-26 11:11:05 +0100 |
commit | 635ed87788f06ccafdc1f5f49bd49630d6d483d5 (patch) | |
tree | 4d0245eed53e018b35cce1095550ad05841fbf72 /src | |
parent | Updated the copy commands to run on post_build and use generator expressions to simplify the code as well (diff) | |
download | yuzu-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')
-rw-r--r-- | src/citra_qt/CMakeLists.txt | 3 |
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() |