summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro
blob: 5c1d0c42cd2319df2733934039ee99f4d45a5994 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TEMPLATE  = app
CONFIG    += qt warn_on quick-app
HEADERS   = LibraryDialog.h \
          SearchDialog.h \
          SearchResults.h \
          helpme.h \
          multiline_ex.h \
          openetext.h \
          editTitle.h \
          fontDialog.h \
          optionsDialog.h \
          helpwindow.h \
          output.h \
          NetworkDialog.h \
          gutenbrowser.h \
          resource.h
SOURCES   =  LibraryDialog.cpp \
          LibraryDialogData.cpp \
          SearchDialog.cpp \
          SearchResults.cpp \
          browserDialog.cpp \
          helpme.cpp \
          multiline_ex.cpp \
          fontDialog.cpp \
          openetext.cpp \
          openetextdata.cpp \
          editTitle.cpp \
          ftpsitedlg.cpp \
          optionsDialog.cpp \
          optionsDialogData.cpp \
          helpwindow.cpp \
          output.cpp \
          NetworkDialog.cpp \
          gutenbrowserData.cpp \
          gutenbrowser.cpp \
          main.cpp
TARGET    = gutenbrowser

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
DESTDIR = $(OPIEDIR)/bin
LIBS   += -lqpe -lpthread -lftplib -lopiecore2 -lopieui2

include ( $(OPIEDIR)/include.pro )