blob: f9c43efbb82e9a03f376226fd442d014352107b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
CONFIG += qt warn_on
TEMPLATE = app
TARGET = osplitter-mail
INCLUDEPATH += $(OPIEDIR)/include
DEPENDSPATH += $(OPIEDIR)/include
HEADERS = osplitter_mail.h
SOURCES = osplitter_mail.cpp
LIBS += -lqpe -lopieui2
include( $(OPIEDIR)/include.pro )
|