diff options
| author | Philipp Andreas <github@smurfy.de> | 2015-01-14 02:10:36 +0100 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2015-01-14 02:10:36 +0100 |
| commit | 857d9547a9fc4a00c6e621fb54720d047ba90864 (patch) | |
| tree | d6aa0a6ea8bf76e6da7d353ff6084db82d583fa9 /app/app.pro | |
| parent | e8f9a4da6c486ee4da9ae300019856976ff0a760 (diff) | |
First prototype of pebble app store integration
Diffstat (limited to 'app/app.pro')
| -rw-r--r-- | app/app.pro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/app.pro b/app/app.pro index 97c6232..9600919 100644 --- a/app/app.pro +++ b/app/app.pro @@ -2,7 +2,7 @@ TARGET = pebble CONFIG += sailfishapp -QT += dbus +QT += dbus webkit quick-private webkit-private CONFIG += c++11 DEFINES += APP_VERSION=\\\"$$VERSION\\\" @@ -10,11 +10,13 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\" SOURCES += \ pebble.cpp \ pebbledinterface.cpp \ - pebbleappiconprovider.cpp + pebbleappiconprovider.cpp \ + pebblestoreview.cpp HEADERS += \ pebbledinterface.h \ - pebbleappiconprovider.h + pebbleappiconprovider.h \ + pebblestoreview.h DBUS_INTERFACES += ../org.pebbled.Watch.xml @@ -30,7 +32,8 @@ OTHER_FILES += \ qml/images/* \ translations/*.ts \ pebble.desktop \ - pebble.png + pebble.png \ + qml/pages/AppStorePage.qml CONFIG += sailfishapp_i18n TRANSLATIONS += translations/pebble-es.ts |
