aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2014-08-13 16:26:32 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-08-15 10:29:50 +0200
commit1d0d8413dee4dfad1d1130ce65a533f122df4342 (patch)
tree5016d4927ecd6ef1301316f8ce2a4d57a8f7a396
parent47380a930e2376ebc42075a5a94540ec9138483a (diff)
Added the QtSQL dependency info. to the project file
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>
-rw-r--r--examples/quick/demos/samegame/samegame.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/demos/samegame/samegame.pro b/examples/quick/demos/samegame/samegame.pro
index b9b316871c..51e6f00321 100644
--- a/examples/quick/demos/samegame/samegame.pro
+++ b/examples/quick/demos/samegame/samegame.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-QT += qml quick
+QT += qml quick sql
SOURCES += main.cpp
RESOURCES += samegame.qrc