summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/cornucopia/cornucopia.pro
blob: 7ffa202325fe4b534c4add371d738e1598d7ff08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 )
}