summaryrefslogtreecommitdiff
path: root/noncore/apps/dictionary/dictionary.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/dictionary/dictionary.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
new file mode 100644
index 0000000..e829e68
--- a/dev/null
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+DESTDIR = ../bin
+
+HEADERS = dicttool.h
+SOURCES = dicttool.cpp main.cpp
+
+INTERFACES = dicttoolbase.ui
+
+INCLUDEPATH += $(QPEDIR)/include
+DEPENDPATH += $(QPEDIR)/include
+LIBS += -lqpe
+
+TARGET = dictionary