summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro45
1 files changed, 45 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro b/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro
new file mode 100644
index 0000000..e34e922
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro
@@ -0,0 +1,45 @@
1TEMPLATE = app
2CONFIG += qt warn_on release quick-app
3#CONFIG += qt warn_on release qpp
4HEADERS = LibraryDialog.h \
5 SearchDialog.h \
6 SearchResults.h \
7 helpme.h \
8 multiline_ex.h \
9 openetext.h \
10 editTitle.h \
11 fontDialog.h \
12 optionsDialog.h \
13 helpwindow.h \
14 output.h \
15 NetworkDialog.h \
16 gutenbrowser.h \
17 resource.h
18SOURCES = LibraryDialog.cpp \
19 LibraryDialogData.cpp \
20 SearchDialog.cpp \
21 SearchResults.cpp \
22 browserDialog.cpp \
23 helpme.cpp \
24 multiline_ex.cpp \
25 fontDialog.cpp \
26 openetext.cpp \
27 openetextdata.cpp \
28 editTitle.cpp \
29 ftpsitedlg.cpp \
30 optionsDialog.cpp \
31 optionsDialogData.cpp \
32 helpwindow.cpp \
33 output.cpp \
34 NetworkDialog.cpp \
35 gutenbrowserData.cpp \
36 gutenbrowser.cpp \
37 main.cpp
38TARGET = gutenbrowser
39
40INCLUDEPATH += $(OPIEDIR)/include
41DEPENDPATH += $(OPIEDIR)/include
42DESTDIR = $(OPIEDIR)/bin
43LIBS += -lqpe -lpthread -lftplib -lopie
44
45include ( $(OPIEDIR)/include.pro )