Fix build by replacing declarative keyworks with quick 1.0 1.0_branch
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 11 Jul 2012 21:32:00 +0000 (14:32 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 11 Jul 2012 21:32:00 +0000 (14:32 -0700)
packaging/connman-qt.changes
plugin/plugin.pro
test/test.pro

index 2626a56..6036dc7 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Jul 11 2012 - Rusty Lynch <rusty.lynch@intel.com> - 0.1.4
+- Fixing build for new snapshot of qtbase which has replaced the
+  'declarative' keyword with 'quick' for QT feature names
+
 * Tue Jun 12 2012 - Rusty Lynch <rusty.lynch@intel.com> - 0.1.4
 - Porting to Qt5
 
index b7b93be..ffee3fb 100644 (file)
@@ -1,6 +1,6 @@
 TARGET=ConnmanQtDeclarative
 TEMPLATE = lib
-QT += declarative dbus
+QT += quick dbus
 CONFIG += plugin
 SOURCES = components.cpp
 HEADERS = components.h
index 3cb317e..2a6c19d 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT += core declarative gui quick
+QT += core gui quick
 
 TARGET = testconnman-qt
 CONFIG   += console