blob: b2c5c144bfad12db55f752b483956535ce7f543c (
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 )
|