summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/dagger.pro
blob: 4038f25edf9d2ce08ea0f97274b1617c4b9bdb46 (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
CONFIG       = qt warn_on release quick-app

SOURCES      = mainwindow.cpp    \
               navbar.cpp        \
               searchbar.cpp     \
               opentextdlg.cpp   \
               configuredlg.cpp  \
               textwidget.cpp    \
               main.cpp
HEADERS      = mainwindow.h      \
               navbar.h          \
               searchbar.h       \
               opentextdlg.h     \
               configuredlg.h    \
               textwidget.h      \
               swordoptionlist.h

TARGET       = dagger
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lopiecore2 -lopieui2 -lqpe -lsword

include ( $(OPIEDIR)/include.pro )