aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-12 19:04:22 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:21 -0300
commitc1f05a0624b1fae87f091c4c4d302ce38df4ba5a (patch)
treea2b8d5f62709c10774a6f9a923586058f8fe8bfe /PySide/QtGui
parent2c83593868edc665c22f7453e8c6becc4e5d8a87 (diff)
Only add Qt4.6 classes when using Qt4.6 on QtTest and QtGui.
Diffstat (limited to 'PySide/QtGui')
-rw-r--r--PySide/QtGui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt
index d026a9338..4362115d4 100644
--- a/PySide/QtGui/CMakeLists.txt
+++ b/PySide/QtGui/CMakeLists.txt
@@ -17,7 +17,7 @@ endif()
if (${QT_VERSION_MAJOR} EQUAL 4 AND ${QT_VERSION_MINOR} LESS 6)
- set (QtGui_46_SRC )
+ set(QtGui_46_SRC "")
else()
set(QtGui_46_SRC
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/qmatrix2x2_wrapper.cpp