Fix:core:Removed Qml version detection
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 17 May 2010 11:54:44 +0000 (11:54 +0000)
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 17 May 2010 11:54:44 +0000 (11:54 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3258 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/configure.in

index db65eed..2ebdb27 100644 (file)
@@ -833,8 +833,6 @@ if test "x${gui_qml}" = "xyes" -a "x${QT_GUI_CFLAGS}" = "x" -a "x${QT_GUI_LIBS}"
 fi
 if test "x${gui_qml}" = "xyes" -a "x${QT_DECLARATIVE_CFLAGS}" = "x" -a "x${QT_DECLARATIVE_LIBS}" = "x"; then
        PKG_CHECK_MODULES(QT_DECLARATIVE, [QtDeclarative >= 4.6.0 ], ,gui_qml=no;gui_qml_reason="Packages QtDeclarative missing")
-       QmlApiVersion=`$PKG_CONFIG QtDeclarative --modversion`
-       AM_CONDITIONAL(QT_DECLARATIVE_NEWAPI,test "x${QmlApiVersion}" != "x4.6.0" -a "x${QmlApiVersion}" != "x4.6.2" )
 fi
 if test "x${gui_qml}" = "xyes" ; then
        AC_DEFINE(USE_GUI_QML, 1, [Build with gui qml])