diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-06 17:22:25 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:57:32 +0200 |
| commit | 7283842cbed6a378d430552d327eab4a27775538 (patch) | |
| tree | 708f4a2b4e702ddcc07bef8e6fdcd8f8a32a23ef /app/app.pro | |
| parent | d3d54722d8532bd649db6792126c0a990712e26c (diff) | |
Moved watchConnector to daemon and implemented daemon interface for QML
Diffstat (limited to 'app/app.pro')
| -rw-r--r-- | app/app.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/app.pro b/app/app.pro index c9156f0..5d587cd 100644 --- a/app/app.pro +++ b/app/app.pro @@ -3,12 +3,13 @@ TARGET = pebble CONFIG += sailfishapp SOURCES += \ - pebble.cpp + pebble.cpp \ + daemonproxy.cpp -INCLUDEPATH += ../lib -LIBS += -L$$OUT_PWD/../lib -lpebble +HEADERS += \ + daemonproxy.h -QT += bluetooth +QT += dbus QMAKE_CXXFLAGS += -std=c++0x OTHER_FILES += \ |
