summaryrefslogtreecommitdiff
path: root/noncore/tools/pyquicklauncher/pyquicklauncher.pro
Side-by-side diff
Diffstat (limited to 'noncore/tools/pyquicklauncher/pyquicklauncher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/pyquicklauncher/pyquicklauncher.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/tools/pyquicklauncher/pyquicklauncher.pro b/noncore/tools/pyquicklauncher/pyquicklauncher.pro
new file mode 100644
index 0000000..93e996c
--- a/dev/null
+++ b/noncore/tools/pyquicklauncher/pyquicklauncher.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+CONFIG += console warn_on
+CONFIG -= qt
+DESTDIR = $(OPIEDIR)/bin
+SOURCES = main.cpp
+TARGET = pyquicklauncher
+
+
+include ( $(OPIEDIR)/include.pro )