blob: 84f01924fcf4a74b9e7382ca10cd3ca9a2611f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESTDIR = .
TEMPLATE = app
CONFIG = qt warn_on debug
HEADERS =
SOURCES = makemanuf.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
INTERFACES =
LIBS += -lopiecore2 -lopienet2
TARGET = makemanuf
include ( $(OPIEDIR)/include.pro )
|