summaryrefslogtreecommitdiffstats
path: root/appcontroller.pro
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-03-04 13:34:29 +0100
committerRainer Keller <rainer.keller@digia.com>2013-03-04 13:34:29 +0100
commita7f07ef9854b3501e7147e695fe0a7aa88140c1d (patch)
tree2a4cbaad88f1615058ab34a0bb68347d90ed26f2 /appcontroller.pro
parent444f75cff164190e2106bdce0f5b0047e2bb0505 (diff)
Make this a terminal application
Network support is removed.
Diffstat (limited to 'appcontroller.pro')
-rw-r--r--appcontroller.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/appcontroller.pro b/appcontroller.pro
new file mode 100644
index 0000000..d4d079a
--- /dev/null
+++ b/appcontroller.pro
@@ -0,0 +1,8 @@
+QT-=gui
+HEADERS=\
+
+SOURCES=\
+ main.cpp \
+
+target.path = $$[INSTALL_ROOT]/system/bin
+INSTALLS+=target