summaryrefslogtreecommitdiff
path: root/libopie2/examples/opienet/miniwellenreiter/miniwellenreiter.pro
blob: 5fccd30c6e2cb4653d78bb56a9d0198ba484a8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE        = app
CONFIG          = qt warn_on 
HEADERS         =
SOURCES         = miniwellenreiter.cpp
INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lopiecore2 -lopienet2
TARGET          = miniwellenreiter
MOC_DIR         = moc
OBJECTS_DIR     = obj

include ( $(OPIEDIR)/include.pro )