]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Change requirement to Qt 4.5
authorJoão Mesquita <jmesquita@freeswitch.org>
Wed, 13 Jan 2010 02:28:36 +0000 (02:28 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Wed, 13 Jan 2010 02:28:36 +0000 (02:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16272 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/FSComm.pro

index b5aa792ed8fc5cbcd27e9856b7088b02d9ec6c97..0efa1cc0b67d241a89c1a9253a9e59c8a55a29b9 100644 (file)
@@ -1,9 +1,9 @@
 # #####################################
 # version check qt
 # #####################################
-contains(QT_VERSION, ^4\.[0-5]\..*) { 
+contains(QT_VERSION, ^4\.[0-4]\..*) {
     message("Cannot build FsGui with Qt version $$QT_VERSION.")
-    error("Use at least Qt 4.6.")
+    error("Use at least Qt 4.5.")
 }
 QT += xml
 TARGET = fscomm