From 1d0d8413dee4dfad1d1130ce65a533f122df4342 Mon Sep 17 00:00:00 2001 From: Venu Date: Wed, 13 Aug 2014 16:26:32 +0200 Subject: 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 --- examples/quick/demos/samegame/samegame.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick') 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 -- cgit v1.2.3