diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/app.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/app.pro b/app/app.pro index 40a4a1d..48aff06 100644 --- a/app/app.pro +++ b/app/app.pro @@ -2,6 +2,9 @@ TARGET = pebble CONFIG += sailfishapp +QT += dbus +QMAKE_CXXFLAGS += -std=c++0x + SOURCES += \ pebble.cpp \ pebbledinterface.cpp @@ -9,9 +12,6 @@ SOURCES += \ HEADERS += \ pebbledinterface.h -QT += dbus -QMAKE_CXXFLAGS += -std=c++0x - OTHER_FILES += \ qml/cover/CoverPage.qml \ qml/pages/ManagerPage.qml \ |
