Added the QtSQL dependency info. to the project file
authorVenu <venugopal.shivashankar@digia.com>
Wed, 13 Aug 2014 14:26:32 +0000 (16:26 +0200)
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>
Fri, 15 Aug 2014 08:29:50 +0000 (10:29 +0200)
Without this information the app fails to find the plugin
required to load the QtQuick.LocalStorage module on Android.

Task-number: QTBUG-37203
Change-Id: I245012e78ab8d1fe3205e08939f4baec58c20759
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
examples/quick/demos/samegame/samegame.pro

index b9b3168..51e6f00 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 
-QT += qml quick
+QT += qml quick sql
 SOURCES += main.cpp
 RESOURCES += samegame.qrc