summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-06-04 10:10:54 +0200
committerGitHub <noreply@github.com>2017-06-04 10:10:54 +0200
commita33d48dd0df8e11d39cea69545aeea110abc5bf3 (patch)
tree263c49dd078e479c40c41f691b565c852b53e991 /Source
parent703858e21719066af603fde6fae1a8cb9f86cdcd (diff)
parentc520a53b07b9231194a8f1de7332a3b1fc57b8ba (diff)
Merge pull request #5526 from ligfx/fixqtc++17
CMake: make Qt work when using a manual "-std=c++##" flag
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt2/CMakeLists.txt b/Source/Core/DolphinQt2/CMakeLists.txt
index e9886ea4e0..feaac4a090 100644
--- a/Source/Core/DolphinQt2/CMakeLists.txt
+++ b/Source/Core/DolphinQt2/CMakeLists.txt
@@ -1,4 +1,5 @@
find_package(Qt5Widgets REQUIRED)
+set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES "")
message(STATUS "Found Qt version ${Qt5Core_VERSION}")
include_directories(${CMAKE_CURRENT_BINARY_DIR})