summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/opie-gutenbrowser.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+CONFIG += qt warn_on release quick-app
+#CONFIG += qt warn_on release qpp
+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 -lopie
+
+include ( $(OPIEDIR)/include.pro )