diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-24 21:05:46 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-24 21:05:46 +0000 |
commit | 229d15f0858d72c6f22334ab513419ba79288404 (patch) | |
tree | 058468a4e2f652baeaee7e92e70ebd77d24ffb5d | |
parent | e485f450201ef79bd64e34d6345454a5075fd227 (diff) | |
download | other-229d15f0858d72c6f22334ab513419ba79288404.tar.gz other-229d15f0858d72c6f22334ab513419ba79288404.zip |
[kde-common/cmake] FindQt.cmake: removed defaulting to qt3 QT_INCLUDE_DIRS/QT_INCLUDE_DIRS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1225920 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | cmake/modules/FindQt.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/modules/FindQt.cmake b/cmake/modules/FindQt.cmake index c3ba41d..30e8d2b 100644 --- a/cmake/modules/FindQt.cmake +++ b/cmake/modules/FindQt.cmake @@ -116,13 +116,6 @@ if( WITH_QT4 ) endif( WITH_QT4 ) if( WITH_QT3 ) - # Set a default if not manually set - if ( NOT QT_INCLUDE_DIRS ) - set( QT_INCLUDE_DIRS "/usr/include/qt3" ) - endif ( NOT QT_INCLUDE_DIRS ) - if ( NOT QT_LIBRARY_DIRS ) - set( QT_LIBRARY_DIRS "/usr/lib" ) - endif ( NOT QT_LIBRARY_DIRS ) # we search for moc only if is not already set (by user or previous run of cmake) if( NOT QT_MOC_EXECUTABLE ) |