blob: 7ce535c4685bf8c30978418c4465cae154ad57e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = app
CONFIG = qt warn_on debug
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 )
|