changeset 0 | 876b1a06bc25 |
-1:000000000000 | 0:876b1a06bc25 |
---|---|
1 TEMPLATE = app |
|
2 TARGET = battery-publisher |
|
3 INCLUDEPATH += ../../../src/publishsubscribe |
|
4 DEPENDPATH += ../../../src/publishsubscribe |
|
5 |
|
6 HEADERS = batterypublisher.h |
|
7 |
|
8 SOURCES = main.cpp \ |
|
9 batterypublisher.cpp |
|
10 |
|
11 FORMS = batterypublisher.ui |
|
12 |
|
13 include(../../examples.pri) |
|
14 CONFIG += mobility |
|
15 MOBILITY = publishsubscribe |