summaryrefslogtreecommitdiff
path: root/core/applets/vtapplet/vtapplet.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3HEADERS = vt.h
4SOURCES = vt.cpp
5TARGET = vtapplet
6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe
10VERSION = 1.0.0
11
12include ( $(OPIEDIR)/include.pro )
13target.path = $$prefix/plugins/applets