summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/cornucopia/cornucopia.pro
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/cornucopia/cornucopia.pro') (more/less context) (show 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 @@
1DESTDIR = $(OPIEDIR)/lib
2MOC_DIR = ./tmp
3OBJECTS_DIR = ./tmp
4TEMPLATE = lib
5CONFIG = qt warn_on debug
6VERSION = 0.1
7HEADERS = olistview.h
8SOURCES = olistview.cpp
9INCLUDEPATH = $(OPIEDIR)/include
10DEPENDPATH = $(OPIEDIR)/include
11TARGET = cornucopia
12
13!contains( platform, x11 ) {
14 include ( $(OPIEDIR)/include.pro )
15}
16