summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
blob: af438f475c1ca0b4bc7e17cd34cceb053c5b2eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

CONFIG        += qt warn on quick-app

HEADERS    =    qcleanuphandler.h \
        qcomplextext_p.h \
        qrichtext_p.h \
        qstylesheet.h \
        qtextedit.h \
        mainwindow.h

SOURCES    =    qcomplextext.cpp \
        qstylesheet.cpp \
        qrichtext_p.cpp \
        qrichtext.cpp \
        qtextedit.cpp \
        main.cpp \
        mainwindow.cpp

INCLUDEPATH    += $(OPIEDIR)/include
DEPENDPATH    += $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2

TARGET        = opie-write


include( $(OPIEDIR)/include.pro )