blob: 628ccba7e5b87a19b8a8e4d9084e8cbb6f9b0ef7 (
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
HEADERS =
SOURCES = makemanuf.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
INTERFACES =
LIBS += -lopiecore2 -lopienet2
TARGET = makemanuf
include( $(OPIEDIR)/include.pro )
|