summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/aboutapplet.pro
Side-by-side diff
Diffstat (limited to 'core/applets/aboutapplet/aboutapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/aboutapplet.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/applets/aboutapplet/aboutapplet.pro b/core/applets/aboutapplet/aboutapplet.pro
new file mode 100644
index 0000000..ba9325e
--- a/dev/null
+++ b/core/applets/aboutapplet/aboutapplet.pro
@@ -0,0 +1,14 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on release
+HEADERS = about.h
+SOURCES = about.cpp
+INTERFACES = dialog.ui
+TARGET = aboutapplet
+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