summaryrefslogtreecommitdiff
path: root/noncore/settings/doctab/doctab.pro
Side-by-side diff
Diffstat (limited to 'noncore/settings/doctab/doctab.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/doctab/doctab.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/settings/doctab/doctab.pro b/noncore/settings/doctab/doctab.pro
new file mode 100644
index 0000000..d12ac2d
--- a/dev/null
+++ b/noncore/settings/doctab/doctab.pro
@@ -0,0 +1,10 @@
+CONFIG += qt warn_on release quick-app
+HEADERS = doctab.h
+SOURCES = doctab.cpp main.cpp
+INTERFACES = doctabsettingsbase.ui
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe
+TARGET = doctab
+
+include ( $(OPIEDIR)/include.pro )