summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/opiestumbler.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/opiestumbler/opiestumbler.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opiestumbler/opiestumbler.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/net/opiestumbler/opiestumbler.pro b/noncore/net/opiestumbler/opiestumbler.pro
new file mode 100644
index 0000000..a23bd51
--- a/dev/null
+++ b/noncore/net/opiestumbler/opiestumbler.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+CONFIG += qte warn_on quick-app debug
+HEADERS = opiestumbler.h stumblersettings.h stumbler.h \
+ stationviewitem.h stumblerstation.h stationinfo.h
+SOURCES = opiestumbler.cpp stumblersettings.cpp stumbler.cpp \
+ main.cpp stationviewitem.cpp stumblerstation.cpp \
+ stationinfo.cpp
+TARGET = opiestumbler
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lqte -lopiecore2 -lopieui2 -lopienet2
+
+!contains(CONFIG,quick-app) {
+ DESTDIR = $(OPIEDIR)/bin
+ DEFINES += NOQUICKLAUNCH
+}
+
+include( $(OPIEDIR)/include.pro )