summaryrefslogtreecommitdiff
path: root/core/tools/hotplug-qcop/hotplug-qcop.pro
Unidiff
Diffstat (limited to 'core/tools/hotplug-qcop/hotplug-qcop.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/hotplug-qcop/hotplug-qcop.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/tools/hotplug-qcop/hotplug-qcop.pro b/core/tools/hotplug-qcop/hotplug-qcop.pro
new file mode 100644
index 0000000..4ab7e03
--- a/dev/null
+++ b/core/tools/hotplug-qcop/hotplug-qcop.pro
@@ -0,0 +1,16 @@
1 TEMPLATE= app
2 CONFIG += qt warn_on
3 DESTDIR = $(OPIEDIR)/bin
4
5 HEADERS =
6 SOURCES = main.cpp
7 INTERFACES=
8
9 INCLUDEPATH+= $(OPIEDIR)/include
10 LIBS += -lqpe
11
12 TARGET = hotplug-qcop
13 VERSION = 0.0.0
14 AUTHOR = Michael 'Mickey' Lauer <mickey@Vanille.de>
15
16include( $(OPIEDIR)/include.pro )