summaryrefslogtreecommitdiff
path: root/noncore/unsupported/showimg/showimg.pro
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/showimg/showimg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/showimg/showimg.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/unsupported/showimg/showimg.pro b/noncore/unsupported/showimg/showimg.pro
new file mode 100644
index 0000000..74eceb8
--- a/dev/null
+++ b/noncore/unsupported/showimg/showimg.pro
@@ -0,0 +1,9 @@
+CONFIG += qt warn_on quick-app
+HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h
+SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp
+TARGET = showimg
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopiecore2 -lopieui2
+
+include( $(OPIEDIR)/include.pro )