blob: aa74bff5292bc38052f1f6f3eae4332a5502c7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TEMPLATE = app
CONFIG = qt warn_on debug
# CONFIG = qt warn_on release
#HEADERS =
SOURCES = converter.cpp
INTERFACES = converter_base.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TARGET = converter
include ( $(OPIEDIR)/include.pro )
|