blob: ec6e626c37a4d084e0855ce1e2fb1fed4a98265c (
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 -lopie
include ( $(OPIEDIR)/include.pro )
|