summaryrefslogtreecommitdiff
path: root/core/tools/hotplug-qcop/hotplug-qcop.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+CONFIG += qt warn_on
+DESTDIR = $(OPIEDIR)/bin
+
+HEADERS =
+SOURCES = main.cpp
+INTERFACES =
+
+INCLUDEPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+
+TARGET = hotplug-qcop
+VERSION = 0.0.0
+AUTHOR = Michael 'Mickey' Lauer <mickey@Vanille.de>
+
+include( $(OPIEDIR)/include.pro )