2012-02-23 19:18:08 +01:00
|
|
|
QT += core gui webkit sql network script
|
2012-04-02 21:21:50 +02:00
|
|
|
TARGET = QupZilla
|
2012-02-23 19:18:08 +01:00
|
|
|
TEMPLATE = lib
|
2012-02-18 14:47:38 +01:00
|
|
|
|
2012-03-23 17:29:12 +01:00
|
|
|
DEFINES *= QUPZILLA_SHAREDLIBRARY
|
2012-02-29 18:33:50 +01:00
|
|
|
|
2012-02-23 19:18:08 +01:00
|
|
|
include(3rdparty/qtsingleapplication.pri)
|
|
|
|
include(../defines.pri)
|
2012-02-23 22:18:02 +01:00
|
|
|
include(../../translations/translations.pri)
|
2012-04-30 16:33:14 +02:00
|
|
|
#include(../../tests/modeltest/modeltest.pri)
|
2012-02-23 19:18:08 +01:00
|
|
|
|
2012-07-10 11:56:24 +02:00
|
|
|
unix:!contains(DEFINES, "DISABLE_DBUS") QT += dbus
|
|
|
|
|
2012-02-23 19:18:08 +01:00
|
|
|
INCLUDEPATH += 3rdparty\
|
|
|
|
app\
|
|
|
|
autofill\
|
|
|
|
bookmarks\
|
|
|
|
cookies\
|
2012-08-21 20:28:38 +02:00
|
|
|
session\
|
2012-02-23 19:18:08 +01:00
|
|
|
downloads\
|
|
|
|
history\
|
|
|
|
navigation\
|
|
|
|
network\
|
|
|
|
other\
|
|
|
|
preferences\
|
|
|
|
rss\
|
|
|
|
tools\
|
|
|
|
utils\
|
|
|
|
webview\
|
|
|
|
plugins\
|
|
|
|
sidebar\
|
|
|
|
data\
|
|
|
|
adblock\
|
|
|
|
desktopnotifications\
|
|
|
|
opensearch\
|
|
|
|
bookmarksimport\
|
|
|
|
popupwindow\
|
|
|
|
|
|
|
|
SOURCES += \
|
2012-04-08 21:45:40 +02:00
|
|
|
webview/tabpreview.cpp \
|
2012-02-18 23:08:44 +01:00
|
|
|
3rdparty/qtwin.cpp \
|
|
|
|
3rdparty/lineedit.cpp \
|
|
|
|
app/qupzilla.cpp \
|
|
|
|
app/mainapplication.cpp \
|
|
|
|
app/autosaver.cpp \
|
|
|
|
autofill/autofillmodel.cpp \
|
|
|
|
preferences/autofillmanager.cpp \
|
|
|
|
bookmarks/bookmarkstoolbar.cpp \
|
|
|
|
bookmarks/bookmarksmanager.cpp \
|
|
|
|
cookies/cookiemanager.cpp \
|
|
|
|
cookies/cookiejar.cpp \
|
|
|
|
downloads/downloadmanager.cpp \
|
|
|
|
history/historymanager.cpp \
|
|
|
|
navigation/websearchbar.cpp \
|
|
|
|
navigation/locationbar.cpp \
|
|
|
|
network/networkmanagerproxy.cpp \
|
|
|
|
network/networkmanager.cpp \
|
|
|
|
other/updater.cpp \
|
|
|
|
other/sourceviewer.cpp \
|
|
|
|
preferences/preferences.cpp \
|
|
|
|
rss/rssmanager.cpp \
|
|
|
|
other/clearprivatedata.cpp \
|
|
|
|
webview/webpage.cpp \
|
|
|
|
webview/tabwidget.cpp \
|
|
|
|
webview/tabbar.cpp \
|
|
|
|
webview/siteinfo.cpp \
|
|
|
|
webview/searchtoolbar.cpp \
|
|
|
|
app/commandlineoptions.cpp \
|
|
|
|
other/aboutdialog.cpp \
|
|
|
|
plugins/plugins.cpp \
|
|
|
|
plugins/pluginproxy.cpp \
|
|
|
|
tools/clickablelabel.cpp \
|
|
|
|
downloads/downloadoptionsdialog.cpp \
|
|
|
|
tools/treewidget.cpp \
|
|
|
|
bookmarks/bookmarkswidget.cpp \
|
|
|
|
tools/frame.cpp \
|
|
|
|
bookmarks/bookmarksmodel.cpp \
|
|
|
|
sidebar/sidebar.cpp \
|
|
|
|
webview/siteinfowidget.cpp \
|
|
|
|
plugins/clicktoflash.cpp \
|
|
|
|
plugins/webpluginfactory.cpp \
|
|
|
|
downloads/downloaditem.cpp \
|
|
|
|
3rdparty/ecwin7.cpp \
|
|
|
|
webview/webtab.cpp \
|
|
|
|
rss/rsswidget.cpp \
|
|
|
|
autofill/autofillnotification.cpp \
|
|
|
|
rss/rssnotification.cpp \
|
|
|
|
preferences/sslmanager.cpp \
|
|
|
|
tools/animatedwidget.cpp \
|
|
|
|
tools/htmlhighlighter.cpp \
|
|
|
|
other/sourceviewersearch.cpp \
|
|
|
|
adblock/adblocksubscription.cpp \
|
|
|
|
adblock/adblockrule.cpp \
|
|
|
|
adblock/adblockmanager.cpp \
|
|
|
|
adblock/adblockdialog.cpp \
|
|
|
|
adblock/adblockblockednetworkreply.cpp \
|
|
|
|
adblock/adblockicon.cpp \
|
|
|
|
tools/docktitlebarwidget.cpp \
|
|
|
|
sidebar/bookmarkssidebar.cpp \
|
|
|
|
bookmarks/bookmarkicon.cpp \
|
|
|
|
sidebar/historysidebar.cpp \
|
|
|
|
desktopnotifications/desktopnotification.cpp \
|
|
|
|
desktopnotifications/desktopnotificationsfactory.cpp \
|
|
|
|
tools/progressbar.cpp \
|
|
|
|
tools/iconprovider.cpp \
|
|
|
|
network/networkproxyfactory.cpp \
|
|
|
|
tools/closedtabsmanager.cpp \
|
|
|
|
other/statusbarmessage.cpp \
|
|
|
|
tools/buttonbox.cpp \
|
|
|
|
tools/widget.cpp \
|
|
|
|
3rdparty/squeezelabelv2.cpp \
|
|
|
|
3rdparty/squeezelabelv1.cpp \
|
|
|
|
tools/buttonwithmenu.cpp \
|
|
|
|
other/browsinglibrary.cpp \
|
|
|
|
3rdparty/stylehelper.cpp \
|
|
|
|
3rdparty/fancytabwidget.cpp \
|
|
|
|
history/webhistoryinterface.cpp \
|
|
|
|
tools/toolbutton.cpp \
|
|
|
|
navigation/navigationbar.cpp \
|
|
|
|
navigation/reloadstopbutton.cpp \
|
|
|
|
preferences/thememanager.cpp \
|
|
|
|
tools/globalfunctions.cpp \
|
|
|
|
other/pagescreen.cpp \
|
|
|
|
downloads/downloadfilehelper.cpp \
|
|
|
|
tools/certificateinfowidget.cpp \
|
|
|
|
webview/webinspectordockwidget.cpp \
|
|
|
|
app/profileupdater.cpp \
|
|
|
|
preferences/acceptlanguage.cpp \
|
|
|
|
opensearch/opensearchreader.cpp \
|
|
|
|
opensearch/opensearchengine.cpp \
|
|
|
|
opensearch/opensearchenginedelegate.cpp \
|
|
|
|
opensearch/searchenginesmanager.cpp \
|
|
|
|
opensearch/searchenginesdialog.cpp \
|
|
|
|
opensearch/editsearchengine.cpp \
|
|
|
|
bookmarksimport/firefoximporter.cpp \
|
|
|
|
bookmarksimport/chromeimporter.cpp \
|
|
|
|
bookmarksimport/operaimporter.cpp \
|
|
|
|
bookmarksimport/bookmarksimportdialog.cpp \
|
|
|
|
tools/iconfetcher.cpp \
|
|
|
|
tools/followredirectreply.cpp \
|
|
|
|
webview/webhistorywrapper.cpp \
|
|
|
|
tools/pagethumbnailer.cpp \
|
|
|
|
plugins/speeddial.cpp \
|
|
|
|
other/databasewriter.cpp \
|
|
|
|
bookmarksimport/htmlimporter.cpp \
|
|
|
|
tools/enhancedmenu.cpp \
|
|
|
|
navigation/siteicon.cpp \
|
|
|
|
navigation/goicon.cpp \
|
|
|
|
rss/rssicon.cpp \
|
|
|
|
navigation/downicon.cpp \
|
|
|
|
network/cabundleupdater.cpp \
|
|
|
|
app/settings.cpp \
|
|
|
|
app/proxystyle.cpp \
|
|
|
|
popupwindow/popupwebpage.cpp \
|
2012-03-04 14:25:52 +01:00
|
|
|
popupwindow/popupwebview.cpp \
|
2012-02-18 23:08:44 +01:00
|
|
|
popupwindow/popupwindow.cpp \
|
|
|
|
popupwindow/popuplocationbar.cpp \
|
|
|
|
webview/tabbedwebview.cpp \
|
|
|
|
webview/webview.cpp \
|
2012-03-04 14:25:52 +01:00
|
|
|
preferences/pluginlistdelegate.cpp \
|
2012-03-04 18:30:34 +01:00
|
|
|
popupwindow/popupstatusbarmessage.cpp \
|
2012-03-06 15:28:52 +01:00
|
|
|
other/licenseviewer.cpp \
|
2012-03-15 19:35:37 +01:00
|
|
|
bookmarksimport/bookmarksimporticonfetcher.cpp \
|
|
|
|
other/checkboxdialog.cpp \
|
2012-04-13 13:26:32 +02:00
|
|
|
tools/plaineditwithlines.cpp \
|
2012-04-19 22:42:35 +02:00
|
|
|
tools/focusselectlineedit.cpp \
|
2012-04-22 17:09:43 +02:00
|
|
|
navigation/completer/locationcompleterdelegate.cpp \
|
|
|
|
navigation/completer/locationcompleter.cpp \
|
|
|
|
navigation/completer/locationcompletermodel.cpp \
|
2012-04-30 16:33:14 +02:00
|
|
|
navigation/completer/locationcompleterview.cpp \
|
|
|
|
history/history.cpp \
|
|
|
|
history/historymodel.cpp \
|
|
|
|
history/historyview.cpp \
|
|
|
|
history/historyitem.cpp \
|
2012-05-22 11:46:22 +02:00
|
|
|
tools/headerview.cpp \
|
2012-06-24 23:46:32 +02:00
|
|
|
other/iconchooser.cpp \
|
|
|
|
adblock/adblocktreewidget.cpp \
|
|
|
|
adblock/adblockaddsubscriptiondialog.cpp \
|
2012-06-28 17:16:45 +02:00
|
|
|
tools/emptynetworkreply.cpp \
|
2012-07-06 14:37:49 +02:00
|
|
|
3rdparty/processinfo.cpp \
|
2012-08-10 21:16:43 +02:00
|
|
|
preferences/pluginsmanager.cpp \
|
2012-08-16 23:15:31 +02:00
|
|
|
other/qzsettings.cpp \
|
2012-08-17 20:56:01 +02:00
|
|
|
other/useragentmanager.cpp \
|
2012-08-21 20:28:38 +02:00
|
|
|
preferences/useragentdialog.cpp \
|
|
|
|
session/recoverywidget.cpp \
|
2012-08-23 11:36:36 +02:00
|
|
|
session/restoremanager.cpp \
|
|
|
|
network/schemehandlers/qupzillaschemehandler.cpp \
|
|
|
|
network/schemehandlers/adblockschemehandler.cpp \
|
2012-02-18 14:47:38 +01:00
|
|
|
|
|
|
|
HEADERS += \
|
2012-04-08 21:45:40 +02:00
|
|
|
webview/tabpreview.h \
|
2012-02-18 23:08:44 +01:00
|
|
|
3rdparty/qtwin.h \
|
|
|
|
3rdparty/lineedit.h \
|
|
|
|
app/qupzilla.h \
|
|
|
|
app/mainapplication.h \
|
|
|
|
app/autosaver.h \
|
|
|
|
autofill/autofillmodel.h \
|
|
|
|
preferences/autofillmanager.h \
|
|
|
|
bookmarks/bookmarkstoolbar.h \
|
|
|
|
bookmarks/bookmarksmanager.h \
|
|
|
|
cookies/cookiemanager.h \
|
|
|
|
cookies/cookiejar.h \
|
|
|
|
downloads/downloadmanager.h \
|
|
|
|
history/historymanager.h \
|
|
|
|
navigation/websearchbar.h \
|
|
|
|
navigation/locationbar.h \
|
|
|
|
network/networkmanagerproxy.h \
|
|
|
|
network/networkmanager.h \
|
|
|
|
other/updater.h \
|
|
|
|
other/sourceviewer.h \
|
|
|
|
preferences/preferences.h \
|
|
|
|
rss/rssmanager.h \
|
|
|
|
other/clearprivatedata.h \
|
|
|
|
webview/webpage.h \
|
|
|
|
webview/tabwidget.h \
|
|
|
|
webview/tabbar.h \
|
|
|
|
webview/siteinfo.h \
|
|
|
|
webview/searchtoolbar.h \
|
|
|
|
app/commandlineoptions.h \
|
|
|
|
other/aboutdialog.h \
|
|
|
|
plugins/plugininterface.h \
|
|
|
|
plugins/plugins.h \
|
|
|
|
plugins/pluginproxy.h \
|
|
|
|
tools/clickablelabel.h \
|
|
|
|
downloads/downloadoptionsdialog.h \
|
|
|
|
tools/treewidget.h \
|
|
|
|
bookmarks/bookmarkswidget.h \
|
|
|
|
tools/frame.h \
|
|
|
|
bookmarks/bookmarksmodel.h \
|
|
|
|
sidebar/sidebar.h \
|
|
|
|
webview/siteinfowidget.h \
|
|
|
|
plugins/clicktoflash.h \
|
|
|
|
plugins/webpluginfactory.h \
|
|
|
|
downloads/downloaditem.h \
|
|
|
|
3rdparty/ecwin7.h \
|
|
|
|
webview/webtab.h \
|
|
|
|
rss/rsswidget.h \
|
|
|
|
autofill/autofillnotification.h \
|
|
|
|
rss/rssnotification.h \
|
|
|
|
preferences/sslmanager.h \
|
|
|
|
tools/animatedwidget.h \
|
|
|
|
tools/htmlhighlighter.h \
|
|
|
|
other/sourceviewersearch.h \
|
|
|
|
adblock/adblocksubscription.h \
|
|
|
|
adblock/adblockrule.h \
|
|
|
|
adblock/adblockmanager.h \
|
|
|
|
adblock/adblockdialog.h \
|
|
|
|
adblock/adblockblockednetworkreply.h \
|
|
|
|
adblock/adblockicon.h \
|
|
|
|
tools/docktitlebarwidget.h \
|
|
|
|
sidebar/bookmarkssidebar.h \
|
|
|
|
bookmarks/bookmarkicon.h \
|
|
|
|
sidebar/historysidebar.h \
|
|
|
|
desktopnotifications/desktopnotification.h \
|
|
|
|
desktopnotifications/desktopnotificationsfactory.h \
|
|
|
|
tools/progressbar.h \
|
|
|
|
tools/iconprovider.h \
|
|
|
|
network/networkproxyfactory.h \
|
|
|
|
tools/closedtabsmanager.h \
|
|
|
|
other/statusbarmessage.h \
|
|
|
|
tools/buttonbox.h \
|
|
|
|
tools/widget.h \
|
|
|
|
3rdparty/squeezelabelv2.h \
|
|
|
|
3rdparty/squeezelabelv1.h \
|
|
|
|
tools/buttonwithmenu.h \
|
|
|
|
other/browsinglibrary.h \
|
|
|
|
3rdparty/stylehelper.h \
|
|
|
|
3rdparty/fancytabwidget.h \
|
|
|
|
history/webhistoryinterface.h \
|
|
|
|
tools/toolbutton.h \
|
|
|
|
navigation/navigationbar.h \
|
|
|
|
navigation/reloadstopbutton.h \
|
|
|
|
preferences/thememanager.h \
|
|
|
|
tools/globalfunctions.h \
|
|
|
|
other/pagescreen.h \
|
|
|
|
downloads/downloadfilehelper.h \
|
|
|
|
tools/certificateinfowidget.h \
|
|
|
|
webview/webinspectordockwidget.h \
|
|
|
|
3rdparty/msvc2008.h \
|
|
|
|
app/profileupdater.h \
|
|
|
|
preferences/acceptlanguage.h \
|
|
|
|
opensearch/opensearchreader.h \
|
|
|
|
opensearch/opensearchengine.h \
|
|
|
|
opensearch/opensearchenginedelegate.h \
|
|
|
|
opensearch/searchenginesmanager.h \
|
|
|
|
opensearch/searchenginesdialog.h \
|
|
|
|
opensearch/editsearchengine.h \
|
|
|
|
bookmarksimport/firefoximporter.h \
|
|
|
|
bookmarksimport/chromeimporter.h \
|
|
|
|
bookmarksimport/operaimporter.h \
|
|
|
|
bookmarksimport/bookmarksimportdialog.h \
|
|
|
|
tools/iconfetcher.h \
|
|
|
|
tools/followredirectreply.h \
|
|
|
|
webview/webhistorywrapper.h \
|
|
|
|
tools/pagethumbnailer.h \
|
|
|
|
plugins/speeddial.h \
|
|
|
|
other/databasewriter.h \
|
|
|
|
bookmarksimport/htmlimporter.h \
|
|
|
|
tools/enhancedmenu.h \
|
|
|
|
navigation/siteicon.h \
|
|
|
|
navigation/goicon.h \
|
|
|
|
rss/rssicon.h \
|
|
|
|
navigation/downicon.h \
|
|
|
|
network/cabundleupdater.h \
|
|
|
|
app/settings.h \
|
|
|
|
app/proxystyle.h \
|
|
|
|
popupwindow/popupwebpage.h \
|
2012-03-04 14:25:52 +01:00
|
|
|
popupwindow/popupwebview.h \
|
2012-02-18 23:08:44 +01:00
|
|
|
popupwindow/popupwindow.h \
|
|
|
|
popupwindow/popuplocationbar.h \
|
|
|
|
webview/tabbedwebview.h \
|
|
|
|
webview/webview.h \
|
|
|
|
app/qz_namespace.h \
|
2012-03-04 14:25:52 +01:00
|
|
|
preferences/pluginlistdelegate.h \
|
2012-03-04 18:30:34 +01:00
|
|
|
popupwindow/popupstatusbarmessage.h \
|
2012-03-06 15:28:52 +01:00
|
|
|
other/licenseviewer.h \
|
2012-03-15 19:35:37 +01:00
|
|
|
bookmarksimport/bookmarksimporticonfetcher.h \
|
|
|
|
other/checkboxdialog.h \
|
2012-04-01 16:36:38 +02:00
|
|
|
tools/plaineditwithlines.h \
|
2012-04-13 13:26:32 +02:00
|
|
|
sidebar/sidebarinterface.h \
|
2012-04-19 22:42:35 +02:00
|
|
|
tools/focusselectlineedit.h \
|
2012-04-22 17:09:43 +02:00
|
|
|
navigation/completer/locationcompleterdelegate.h \
|
|
|
|
navigation/completer/locationcompleter.h \
|
|
|
|
navigation/completer/locationcompletermodel.h \
|
2012-04-30 16:33:14 +02:00
|
|
|
navigation/completer/locationcompleterview.h \
|
|
|
|
history/history.h \
|
|
|
|
history/historymodel.h \
|
|
|
|
history/historyview.h \
|
|
|
|
history/historyitem.h \
|
2012-05-22 11:46:22 +02:00
|
|
|
tools/headerview.h \
|
2012-06-24 23:46:32 +02:00
|
|
|
other/iconchooser.h \
|
|
|
|
adblock/adblocktreewidget.h \
|
|
|
|
adblock/adblockaddsubscriptiondialog.h \
|
2012-06-28 17:16:45 +02:00
|
|
|
tools/emptynetworkreply.h \
|
2012-07-06 14:37:49 +02:00
|
|
|
3rdparty/processinfo.h \
|
2012-08-10 21:16:43 +02:00
|
|
|
preferences/pluginsmanager.h \
|
2012-08-16 23:15:31 +02:00
|
|
|
other/qzsettings.h \
|
2012-08-17 20:56:01 +02:00
|
|
|
other/useragentmanager.h \
|
2012-08-21 20:28:38 +02:00
|
|
|
preferences/useragentdialog.h \
|
|
|
|
session/recoverywidget.h \
|
2012-08-23 11:36:36 +02:00
|
|
|
session/restoremanager.h \
|
|
|
|
network/schemehandlers/schemehandler.h \
|
|
|
|
network/schemehandlers/qupzillaschemehandler.h \
|
|
|
|
network/schemehandlers/adblockschemehandler.h \
|
2012-02-18 14:47:38 +01:00
|
|
|
|
|
|
|
FORMS += \
|
2012-02-18 23:08:44 +01:00
|
|
|
preferences/autofillmanager.ui \
|
|
|
|
bookmarks/bookmarksmanager.ui \
|
|
|
|
cookies/cookiemanager.ui \
|
|
|
|
history/historymanager.ui \
|
|
|
|
preferences/preferences.ui \
|
|
|
|
rss/rssmanager.ui \
|
|
|
|
webview/siteinfo.ui \
|
|
|
|
other/aboutdialog.ui \
|
|
|
|
preferences/pluginslist.ui \
|
|
|
|
downloads/downloadoptionsdialog.ui \
|
|
|
|
bookmarks/bookmarkswidget.ui \
|
|
|
|
webview/siteinfowidget.ui \
|
|
|
|
downloads/downloaditem.ui \
|
|
|
|
downloads/downloadmanager.ui \
|
|
|
|
rss/rsswidget.ui \
|
|
|
|
autofill/autofillnotification.ui \
|
|
|
|
rss/rssnotification.ui \
|
|
|
|
preferences/sslmanager.ui \
|
|
|
|
other/clearprivatedata.ui \
|
|
|
|
other/sourceviewersearch.ui \
|
|
|
|
adblock/adblockdialog.ui \
|
|
|
|
tools/docktitlebarwidget.ui \
|
|
|
|
sidebar/bookmarkssidebar.ui \
|
|
|
|
sidebar/historysidebar.ui \
|
|
|
|
desktopnotifications/desktopnotification.ui \
|
|
|
|
webview/jsconfirm.ui \
|
|
|
|
webview/jsalert.ui \
|
|
|
|
webview/jsprompt.ui \
|
|
|
|
other/browsinglibrary.ui \
|
|
|
|
webview/searchtoolbar.ui \
|
|
|
|
preferences/thememanager.ui \
|
|
|
|
other/pagescreen.ui \
|
|
|
|
tools/certificateinfowidget.ui \
|
|
|
|
preferences/acceptlanguage.ui \
|
|
|
|
preferences/addacceptlanguage.ui \
|
|
|
|
opensearch/searchenginesdialog.ui \
|
|
|
|
opensearch/editsearchengine.ui \
|
2012-03-15 19:35:37 +01:00
|
|
|
bookmarksimport/bookmarksimportdialog.ui \
|
2012-05-22 11:46:22 +02:00
|
|
|
other/checkboxdialog.ui \
|
2012-06-24 23:46:32 +02:00
|
|
|
other/iconchooser.ui \
|
2012-08-17 20:56:01 +02:00
|
|
|
adblock/adblockaddsubscriptiondialog.ui \
|
2012-08-21 20:28:38 +02:00
|
|
|
preferences/useragentdialog.ui \
|
|
|
|
session/recoverywidget.ui
|
2012-02-18 14:47:38 +01:00
|
|
|
|
|
|
|
RESOURCES += \
|
2012-02-18 23:08:44 +01:00
|
|
|
data/icons.qrc \
|
|
|
|
data/html.qrc \
|
|
|
|
data/data.qrc
|
2012-02-18 14:47:38 +01:00
|
|
|
|
2012-02-23 19:18:08 +01:00
|
|
|
!mac:unix {
|
|
|
|
target.path = $$library_folder
|
|
|
|
|
|
|
|
INSTALLS += target
|
|
|
|
}
|
2012-02-18 14:47:38 +01:00
|
|
|
|
2012-04-15 15:41:48 +02:00
|
|
|
message(===========================================)
|
2012-02-23 19:18:08 +01:00
|
|
|
message( Using following defines:)
|
2012-04-15 15:41:48 +02:00
|
|
|
message( $$DEFINES)
|