aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-09-11 17:28:45 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-09-11 17:28:45 +0000
commitc36ab0c82a6e94f127d3654526946645638cd1aa (patch)
treeb47c7d252c56439bbf41a55c32ab51c7b84c456c
parent7aa8d70c5c2f6e1a718d0029379764ee35990a5c (diff)
downloadextra-cmake-modules-c36ab0c82a6e94f127d3654526946645638cd1aa.tar.gz
extra-cmake-modules-c36ab0c82a6e94f127d3654526946645638cd1aa.tar.bz2
all variables starts with QT_, we should too
svn path=/trunk/KDE/kdelibs/; revision=711193
-rw-r--r--modules/FindQt4.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 31117da0..be5025c0 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -294,8 +294,8 @@ IF (QT4_QMAKE_FOUND)
if (WIN32)
# get qt install dir
get_filename_component(_DIR ${QT_QMAKE_EXECUTABLE} PATH )
- get_filename_component(QT4_INSTALL_DIR ${_DIR} PATH )
- endif (WIN32)
+ get_filename_component(QT_INSTALL_DIR ${_DIR} PATH )
+ endif (WIN32
# ask qmake for the library dir
# Set QT_LIBRARY_DIR