summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-11 10:57:51 +0100
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2012-01-11 11:40:03 +0100
commitb541f13b4581e3ac99151fb17c36937dc820e5e4 (patch)
treed5275237def08ae8069c571a8e9aee9acf7ebf89
parentc9109c85eeb541976f24624e54beb47b56f4f24f (diff)
Support Qt 4.x
Change-Id: Ibd0a6c4f0ea0d97a0c4227fc601c96a941d885f6 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Faure <faure@kde.org>
-rw-r--r--include/QtMimeTypes/QtMimeTypes.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/QtMimeTypes/QtMimeTypes.pro b/include/QtMimeTypes/QtMimeTypes.pro
index 8ff93a8..66fabb4 100644
--- a/include/QtMimeTypes/QtMimeTypes.pro
+++ b/include/QtMimeTypes/QtMimeTypes.pro
@@ -1,7 +1,6 @@
-equals(QT_VERSION, 4.7.4): {
+contains($$list($$[QT_VERSION]),4.[6-9].*) {
TEMPLATE = subdirs
-}
-else {
+} else {
TEMPLATE = aux
}