summaryrefslogtreecommitdiff
path: root/core/applets/vtapplet/vtapplet.pro
Side-by-side diff
Diffstat (limited to 'core/applets/vtapplet/vtapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vtapplet/vtapplet.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/applets/vtapplet/vtapplet.pro b/core/applets/vtapplet/vtapplet.pro
new file mode 100644
index 0000000..3899e75
--- a/dev/null
+++ b/core/applets/vtapplet/vtapplet.pro
@@ -0,0 +1,13 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = vt.h
+SOURCES = vt.cpp
+TARGET = vtapplet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+VERSION = 1.0.0
+
+include ( $(OPIEDIR)/include.pro )
+target.path = $$prefix/plugins/applets