summaryrefslogtreecommitdiff
path: root/noncore/tools/pyquicklauncher/pyquicklauncher.pro
Unidiff
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 @@
1 TEMPLATE= app
2 CONFIG += console warn_on
3 CONFIG -= qt
4 DESTDIR = $(OPIEDIR)/bin
5 SOURCES = main.cpp
6 TARGET = pyquicklauncher
7
8
9include ( $(OPIEDIR)/include.pro )