summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/dagger.pro
blob: d6976691b97d4376e6f83d7148ea4a58ee9defae (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
27
28
29
30
CONFIG       = qt warn_on 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 )

!isEmpty( LIBSWORD_INC_DIR ) {
    INCLUDEPATH = $$LIBSWORD_INC_DIR $$INCLUDEPATH
}
!isEmpty( LIBSWORD_LIB_DIR ) {
    LIBS = -L$$LIBSWORD_LIB_DIR $$LIBS
}