summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
new file mode 100644
index 0000000..4ce11a9
--- a/dev/null
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = io_layer.h io_serial.h file_layer.h
+SOURCES = io_layer.cpp io_serial.cpp file_layer.cpp
+INTERFACES =
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopie
+TARGET = sysinfo
+