summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/cornucopia/cornucopia.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/cornucopia/cornucopia.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/cornucopia/cornucopia.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/cornucopia/cornucopia.pro b/noncore/net/wellenreiter/cornucopia/cornucopia.pro
new file mode 100644
index 0000000..7ffa202
--- a/dev/null
+++ b/noncore/net/wellenreiter/cornucopia/cornucopia.pro
@@ -0,0 +1,16 @@
+DESTDIR = $(OPIEDIR)/lib
+MOC_DIR = ./tmp
+OBJECTS_DIR = ./tmp
+TEMPLATE = lib
+CONFIG = qt warn_on debug
+VERSION = 0.1
+HEADERS = olistview.h
+SOURCES = olistview.cpp
+INCLUDEPATH = $(OPIEDIR)/include
+DEPENDPATH = $(OPIEDIR)/include
+TARGET = cornucopia
+
+!contains( platform, x11 ) {
+ include ( $(OPIEDIR)/include.pro )
+}
+