2011-03-02 16:57:41 +01:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2010-12-18T14:53:41
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
2011-10-21 23:26:34 +02:00
|
|
|
QT += core gui webkit sql network script
|
2011-03-02 16:57:41 +01:00
|
|
|
TARGET = qupzilla
|
|
|
|
TEMPLATE = app
|
|
|
|
|
2011-03-18 16:08:24 +01:00
|
|
|
DESTDIR = ../bin
|
2011-03-18 15:21:41 +01:00
|
|
|
OBJECTS_DIR = ../build
|
|
|
|
MOC_DIR = ../build
|
|
|
|
RCC_DIR = ../build
|
|
|
|
UI_DIR = ../build
|
|
|
|
|
2012-01-30 17:18:10 +01:00
|
|
|
# Please read BUILD information #
|
2011-10-13 17:38:51 +02:00
|
|
|
#DEFINES += NO_SYSTEM_DATAPATH
|
|
|
|
#DEFINES += USE_WEBGL
|
2011-12-13 17:00:56 +01:00
|
|
|
#DEFINES += KDE
|
2011-12-28 14:55:54 +01:00
|
|
|
#DEFINES += PORTABLE_BUILD
|
2012-01-28 12:02:37 +01:00
|
|
|
win32:DEFINES += W7API
|
2011-03-18 16:08:24 +01:00
|
|
|
|
2012-01-31 21:10:22 +01:00
|
|
|
DEFINES += QT_NO_URL_CAST_FROM_STRING
|
|
|
|
|
2011-10-11 19:54:20 +02:00
|
|
|
##It won't compile on windows with this define. Some bug in qtsingleapp / qvector template
|
|
|
|
!win32: !CONFIG(debug, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT
|
|
|
|
|
2011-10-21 23:26:34 +02:00
|
|
|
TRANSLATIONS +=../translations/cs_CZ.ts\
|
|
|
|
../translations/sk_SK.ts\
|
2011-11-04 22:34:45 +01:00
|
|
|
../translations/de_DE.ts\
|
2011-10-21 23:26:34 +02:00
|
|
|
../translations/nl_NL.ts\
|
|
|
|
../translations/zh_CN.ts\
|
2012-02-07 18:37:44 +01:00
|
|
|
../translations/zh_TW.ts\
|
2011-11-05 10:22:24 +01:00
|
|
|
../translations/it_IT.ts\
|
2011-11-12 09:45:32 +01:00
|
|
|
../translations/pl_PL.ts\
|
2011-12-06 19:18:06 +01:00
|
|
|
../translations/es_ES.ts\
|
2011-12-24 12:21:23 +01:00
|
|
|
../translations/fr_FR.ts\
|
2011-12-25 22:06:25 +01:00
|
|
|
../translations/el_GR.ts\
|
2011-12-27 19:10:53 +01:00
|
|
|
../translations/ru_RU.ts\
|
2012-01-03 20:57:30 +01:00
|
|
|
../translations/pt_PT.ts\
|
2012-01-08 17:50:20 +01:00
|
|
|
../translations/sr_BA.ts\
|
|
|
|
../translations/sr_RS.ts\
|
2012-01-21 20:27:45 +01:00
|
|
|
../translations/sv_SE.ts\
|
2011-12-16 12:03:47 +01:00
|
|
|
../translations/empty.ts\
|
2011-10-21 23:26:34 +02:00
|
|
|
|
2011-03-02 16:57:41 +01:00
|
|
|
INCLUDEPATH += 3rdparty\
|
|
|
|
app\
|
|
|
|
autofill\
|
|
|
|
bookmarks\
|
|
|
|
cookies\
|
|
|
|
downloads\
|
|
|
|
history\
|
|
|
|
navigation\
|
|
|
|
network\
|
|
|
|
other\
|
|
|
|
preferences\
|
|
|
|
rss\
|
|
|
|
tools\
|
|
|
|
utils\
|
|
|
|
webview\
|
|
|
|
plugins\
|
|
|
|
sidebar\
|
|
|
|
data\
|
2011-03-27 21:59:40 +02:00
|
|
|
adblock\
|
2011-04-22 16:03:38 +02:00
|
|
|
desktopnotifications\
|
2011-10-21 23:26:34 +02:00
|
|
|
opensearch\
|
2011-10-22 22:29:33 +02:00
|
|
|
bookmarksimport\
|
2012-01-21 20:27:45 +01:00
|
|
|
popupwindow\
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
|
|
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/historymodel.cpp \
|
|
|
|
history/historymanager.cpp \
|
|
|
|
navigation/websearchbar.cpp \
|
|
|
|
navigation/locationcompleter.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 \
|
|
|
|
preferences/pluginslist.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 \
|
2011-03-03 14:25:02 +01:00
|
|
|
webview/webtab.cpp \
|
|
|
|
rss/rsswidget.cpp \
|
2011-03-03 15:24:23 +01:00
|
|
|
autofill/autofillnotification.cpp \
|
2011-03-04 13:59:07 +01:00
|
|
|
rss/rssnotification.cpp \
|
|
|
|
navigation/locationpopup.cpp \
|
2011-03-15 18:43:55 +01:00
|
|
|
preferences/sslmanager.cpp \
|
2011-08-02 16:19:20 +02:00
|
|
|
tools/animatedwidget.cpp \
|
2011-03-19 00:28:37 +01:00
|
|
|
tools/htmlhighlighter.cpp \
|
2011-03-27 21:59:40 +02:00
|
|
|
other/sourceviewersearch.cpp \
|
|
|
|
adblock/adblocksubscription.cpp \
|
|
|
|
adblock/adblockrule.cpp \
|
|
|
|
adblock/adblockpage.cpp \
|
|
|
|
adblock/adblocknetwork.cpp \
|
|
|
|
adblock/adblockmanager.cpp \
|
|
|
|
adblock/adblockdialog.cpp \
|
2011-03-29 19:55:21 +02:00
|
|
|
adblock/adblockblockednetworkreply.cpp \
|
2011-04-15 20:45:22 +02:00
|
|
|
adblock/adblockicon.cpp \
|
|
|
|
tools/docktitlebarwidget.cpp \
|
|
|
|
sidebar/bookmarkssidebar.cpp \
|
2011-04-20 21:39:35 +02:00
|
|
|
bookmarks/bookmarkicon.cpp \
|
2011-04-22 16:03:38 +02:00
|
|
|
sidebar/historysidebar.cpp \
|
|
|
|
desktopnotifications/desktopnotification.cpp \
|
2011-04-25 15:06:59 +02:00
|
|
|
desktopnotifications/desktopnotificationsfactory.cpp \
|
2011-04-25 20:56:45 +02:00
|
|
|
tools/progressbar.cpp \
|
2011-04-26 19:47:12 +02:00
|
|
|
tools/iconprovider.cpp \
|
2011-05-08 14:12:35 +02:00
|
|
|
network/networkproxyfactory.cpp \
|
2011-05-09 17:58:19 +02:00
|
|
|
tools/closedtabsmanager.cpp \
|
2011-05-22 10:47:03 +02:00
|
|
|
other/statusbarmessage.cpp \
|
|
|
|
tools/buttonbox.cpp \
|
2011-05-31 21:11:46 +02:00
|
|
|
tools/widget.cpp \
|
|
|
|
3rdparty/squeezelabelv2.cpp \
|
2011-06-06 19:38:37 +02:00
|
|
|
3rdparty/squeezelabelv1.cpp \
|
2011-07-11 21:08:41 +02:00
|
|
|
tools/buttonwithmenu.cpp \
|
2011-07-29 15:39:43 +02:00
|
|
|
navigation/locationbarsettings.cpp \
|
|
|
|
other/browsinglibrary.cpp \
|
|
|
|
3rdparty/stylehelper.cpp \
|
2011-07-31 13:33:44 +02:00
|
|
|
3rdparty/fancytabwidget.cpp \
|
2011-09-11 19:15:06 +02:00
|
|
|
history/webhistoryinterface.cpp \
|
|
|
|
tools/toolbutton.cpp \
|
|
|
|
navigation/navigationbar.cpp \
|
|
|
|
navigation/reloadstopbutton.cpp \
|
2011-09-18 15:35:44 +02:00
|
|
|
preferences/thememanager.cpp \
|
|
|
|
network/qupzillaschemehandler.cpp \
|
2011-09-21 14:20:49 +02:00
|
|
|
tools/globalfunctions.cpp \
|
2011-09-30 19:22:50 +02:00
|
|
|
other/pagescreen.cpp \
|
2011-10-09 14:51:25 +02:00
|
|
|
downloads/downloadfilehelper.cpp \
|
2011-10-14 20:14:57 +02:00
|
|
|
tools/certificateinfowidget.cpp \
|
2011-10-18 14:30:17 +02:00
|
|
|
webview/webinspectordockwidget.cpp \
|
2011-10-18 17:39:51 +02:00
|
|
|
app/profileupdater.cpp \
|
2011-10-21 23:26:34 +02:00
|
|
|
preferences/acceptlanguage.cpp \
|
|
|
|
opensearch/opensearchreader.cpp \
|
|
|
|
opensearch/opensearchengine.cpp \
|
|
|
|
opensearch/opensearchenginedelegate.cpp \
|
|
|
|
opensearch/searchenginesmanager.cpp \
|
|
|
|
opensearch/searchenginesdialog.cpp \
|
2011-10-22 22:29:33 +02:00
|
|
|
opensearch/editsearchengine.cpp \
|
|
|
|
bookmarksimport/firefoximporter.cpp \
|
|
|
|
bookmarksimport/chromeimporter.cpp \
|
|
|
|
bookmarksimport/operaimporter.cpp \
|
2011-10-28 23:17:38 +02:00
|
|
|
bookmarksimport/bookmarksimportdialog.cpp \
|
2011-10-29 13:36:04 +02:00
|
|
|
tools/iconfetcher.cpp \
|
2011-10-29 23:01:17 +02:00
|
|
|
tools/followredirectreply.cpp \
|
2011-11-28 19:17:48 +01:00
|
|
|
webview/webhistorywrapper.cpp \
|
2011-12-02 23:25:27 +01:00
|
|
|
tools/pagethumbnailer.cpp \
|
2011-12-08 19:12:43 +01:00
|
|
|
plugins/speeddial.cpp \
|
2011-12-08 21:52:03 +01:00
|
|
|
other/databasewriter.cpp \
|
2011-12-11 17:51:03 +01:00
|
|
|
bookmarksimport/htmlimporter.cpp \
|
2011-12-17 14:30:54 +01:00
|
|
|
tools/enhancedmenu.cpp \
|
2011-12-27 18:50:52 +01:00
|
|
|
navigation/siteicon.cpp \
|
|
|
|
navigation/goicon.cpp \
|
|
|
|
rss/rssicon.cpp \
|
2012-01-07 10:29:38 +01:00
|
|
|
navigation/downicon.cpp \
|
2012-01-11 21:58:25 +01:00
|
|
|
network/cabundleupdater.cpp \
|
2012-01-15 12:35:29 +01:00
|
|
|
app/settings.cpp \
|
2012-01-21 20:27:45 +01:00
|
|
|
app/proxystyle.cpp \
|
|
|
|
popupwindow/popupwebpage.cpp \
|
|
|
|
webview/popupwebview.cpp \
|
|
|
|
popupwindow/popupwindow.cpp \
|
|
|
|
popupwindow/popuplocationbar.cpp \
|
|
|
|
webview/tabbedwebview.cpp \
|
2012-01-24 19:58:20 +01:00
|
|
|
webview/webview.cpp \
|
|
|
|
webview/webviewsettings.cpp
|
2011-03-02 16:57:41 +01:00
|
|
|
|
2011-05-31 21:11:46 +02:00
|
|
|
HEADERS += \
|
2011-03-02 16:57:41 +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/historymodel.h \
|
|
|
|
history/historymanager.h \
|
|
|
|
navigation/websearchbar.h \
|
|
|
|
navigation/locationcompleter.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 \
|
|
|
|
preferences/pluginslist.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 \
|
2011-03-03 14:25:02 +01:00
|
|
|
webview/webtab.h \
|
|
|
|
rss/rsswidget.h \
|
2011-03-03 15:24:23 +01:00
|
|
|
autofill/autofillnotification.h \
|
2011-03-04 13:59:07 +01:00
|
|
|
rss/rssnotification.h \
|
|
|
|
navigation/locationpopup.h \
|
2011-03-15 18:43:55 +01:00
|
|
|
preferences/sslmanager.h \
|
2011-08-02 16:19:20 +02:00
|
|
|
tools/animatedwidget.h \
|
2011-03-19 00:28:37 +01:00
|
|
|
tools/htmlhighlighter.h \
|
2011-03-27 21:59:40 +02:00
|
|
|
other/sourceviewersearch.h \
|
|
|
|
adblock/adblocksubscription.h \
|
|
|
|
adblock/adblockrule.h \
|
|
|
|
adblock/adblockpage.h \
|
|
|
|
adblock/adblocknetwork.h \
|
|
|
|
adblock/adblockmanager.h \
|
|
|
|
adblock/adblockdialog.h \
|
2011-03-29 19:55:21 +02:00
|
|
|
adblock/adblockblockednetworkreply.h \
|
2011-04-15 20:45:22 +02:00
|
|
|
adblock/adblockicon.h \
|
|
|
|
tools/docktitlebarwidget.h \
|
|
|
|
sidebar/bookmarkssidebar.h \
|
2011-04-20 21:39:35 +02:00
|
|
|
bookmarks/bookmarkicon.h \
|
2011-04-22 16:03:38 +02:00
|
|
|
sidebar/historysidebar.h \
|
|
|
|
desktopnotifications/desktopnotification.h \
|
2011-04-25 15:06:59 +02:00
|
|
|
desktopnotifications/desktopnotificationsfactory.h \
|
2011-04-25 20:56:45 +02:00
|
|
|
tools/progressbar.h \
|
2011-04-26 19:47:12 +02:00
|
|
|
tools/iconprovider.h \
|
2011-05-08 14:12:35 +02:00
|
|
|
network/networkproxyfactory.h \
|
2011-05-09 17:58:19 +02:00
|
|
|
tools/closedtabsmanager.h \
|
2011-05-22 10:47:03 +02:00
|
|
|
other/statusbarmessage.h \
|
|
|
|
tools/buttonbox.h \
|
2011-05-31 21:11:46 +02:00
|
|
|
tools/widget.h \
|
|
|
|
3rdparty/squeezelabelv2.h \
|
2011-06-06 19:38:37 +02:00
|
|
|
3rdparty/squeezelabelv1.h \
|
2011-07-11 21:08:41 +02:00
|
|
|
tools/buttonwithmenu.h \
|
2011-07-29 15:39:43 +02:00
|
|
|
navigation/locationbarsettings.h \
|
|
|
|
other/browsinglibrary.h \
|
|
|
|
3rdparty/stylehelper.h \
|
2011-07-31 13:33:44 +02:00
|
|
|
3rdparty/fancytabwidget.h \
|
2011-09-11 19:15:06 +02:00
|
|
|
history/webhistoryinterface.h \
|
|
|
|
tools/toolbutton.h \
|
|
|
|
navigation/navigationbar.h \
|
|
|
|
navigation/reloadstopbutton.h \
|
2011-09-18 15:35:44 +02:00
|
|
|
preferences/thememanager.h \
|
|
|
|
network/qupzillaschemehandler.h \
|
2011-09-21 14:20:49 +02:00
|
|
|
tools/globalfunctions.h \
|
2011-09-30 19:22:50 +02:00
|
|
|
other/pagescreen.h \
|
2011-10-09 14:51:25 +02:00
|
|
|
downloads/downloadfilehelper.h \
|
2011-10-14 20:14:57 +02:00
|
|
|
tools/certificateinfowidget.h \
|
2011-10-17 09:59:09 +02:00
|
|
|
webview/webinspectordockwidget.h \
|
2011-10-18 14:30:17 +02:00
|
|
|
3rdparty/msvc2008.h \
|
2011-10-18 17:39:51 +02:00
|
|
|
app/profileupdater.h \
|
2011-10-21 23:26:34 +02:00
|
|
|
preferences/acceptlanguage.h \
|
|
|
|
opensearch/opensearchreader.h \
|
|
|
|
opensearch/opensearchengine.h \
|
|
|
|
opensearch/opensearchenginedelegate.h \
|
|
|
|
opensearch/searchenginesmanager.h \
|
|
|
|
opensearch/searchenginesdialog.h \
|
2011-10-22 22:29:33 +02:00
|
|
|
opensearch/editsearchengine.h \
|
|
|
|
bookmarksimport/firefoximporter.h \
|
|
|
|
bookmarksimport/chromeimporter.h \
|
|
|
|
bookmarksimport/operaimporter.h \
|
2011-10-28 23:17:38 +02:00
|
|
|
bookmarksimport/bookmarksimportdialog.h \
|
2011-10-29 13:36:04 +02:00
|
|
|
tools/iconfetcher.h \
|
2011-10-29 23:01:17 +02:00
|
|
|
tools/followredirectreply.h \
|
2011-11-28 19:17:48 +01:00
|
|
|
webview/webhistorywrapper.h \
|
2011-12-02 23:25:27 +01:00
|
|
|
tools/pagethumbnailer.h \
|
2011-12-08 19:12:43 +01:00
|
|
|
plugins/speeddial.h \
|
2011-12-08 21:52:03 +01:00
|
|
|
other/databasewriter.h \
|
2011-12-11 17:51:03 +01:00
|
|
|
bookmarksimport/htmlimporter.h \
|
2011-12-17 14:30:54 +01:00
|
|
|
tools/enhancedmenu.h \
|
2011-12-27 18:50:52 +01:00
|
|
|
navigation/siteicon.h \
|
|
|
|
navigation/goicon.h \
|
|
|
|
rss/rssicon.h \
|
2012-01-07 10:29:38 +01:00
|
|
|
navigation/downicon.h \
|
2012-01-11 21:58:25 +01:00
|
|
|
network/cabundleupdater.h \
|
2012-01-15 12:35:29 +01:00
|
|
|
app/settings.h \
|
2012-01-21 20:27:45 +01:00
|
|
|
app/proxystyle.h \
|
|
|
|
popupwindow/popupwebpage.h \
|
|
|
|
webview/popupwebview.h \
|
|
|
|
popupwindow/popupwindow.h \
|
|
|
|
popupwindow/popuplocationbar.h \
|
|
|
|
webview/tabbedwebview.h \
|
2012-01-21 23:19:38 +01:00
|
|
|
webview/webview.h \
|
2012-01-24 19:58:20 +01:00
|
|
|
app/qz_namespace.h \
|
|
|
|
webview/webviewsettings.h
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
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 \
|
2011-03-03 14:25:02 +01:00
|
|
|
rss/rsswidget.ui \
|
2011-03-03 15:24:23 +01:00
|
|
|
autofill/autofillnotification.ui \
|
2011-03-04 13:59:07 +01:00
|
|
|
rss/rssnotification.ui \
|
2011-03-18 16:08:24 +01:00
|
|
|
preferences/sslmanager.ui \
|
2011-03-19 00:28:37 +01:00
|
|
|
other/clearprivatedata.ui \
|
2011-03-26 15:59:11 +01:00
|
|
|
other/sourceviewersearch.ui \
|
2011-03-27 21:59:40 +02:00
|
|
|
other/closedialog.ui \
|
2011-04-15 20:45:22 +02:00
|
|
|
adblock/adblockdialog.ui \
|
|
|
|
tools/docktitlebarwidget.ui \
|
2011-04-20 21:39:35 +02:00
|
|
|
sidebar/bookmarkssidebar.ui \
|
2011-04-22 16:03:38 +02:00
|
|
|
sidebar/historysidebar.ui \
|
2011-05-22 10:47:03 +02:00
|
|
|
desktopnotifications/desktopnotification.ui \
|
|
|
|
webview/jsconfirm.ui \
|
|
|
|
webview/jsalert.ui \
|
2011-07-29 15:39:43 +02:00
|
|
|
webview/jsprompt.ui \
|
2011-08-02 16:19:20 +02:00
|
|
|
other/browsinglibrary.ui \
|
2011-09-11 19:15:06 +02:00
|
|
|
webview/searchtoolbar.ui \
|
2011-09-21 14:20:49 +02:00
|
|
|
preferences/thememanager.ui \
|
2011-10-09 14:51:25 +02:00
|
|
|
other/pagescreen.ui \
|
2011-10-18 17:39:51 +02:00
|
|
|
tools/certificateinfowidget.ui \
|
|
|
|
preferences/acceptlanguage.ui \
|
2011-10-21 23:26:34 +02:00
|
|
|
preferences/addacceptlanguage.ui \
|
|
|
|
opensearch/searchenginesdialog.ui \
|
2011-10-22 22:29:33 +02:00
|
|
|
opensearch/editsearchengine.ui \
|
|
|
|
bookmarksimport/bookmarksimportdialog.ui
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
data/icons.qrc \
|
2011-12-27 15:26:32 +01:00
|
|
|
data/html.qrc \
|
|
|
|
data/data.qrc
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
OTHER_FILES += \
|
2012-01-05 18:34:44 +01:00
|
|
|
appicon.rc \
|
2012-01-12 20:10:51 +01:00
|
|
|
appicon_os2.rc \
|
2012-01-05 18:34:44 +01:00
|
|
|
Info.plist
|
2011-03-02 16:57:41 +01:00
|
|
|
|
|
|
|
include(3rdparty/qtsingleapplication.pri)
|
|
|
|
|
2012-01-12 20:10:51 +01:00
|
|
|
os2 {
|
|
|
|
RC_FILE = appicon_os2.rc
|
|
|
|
}
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
RC_FILE = appicon.rc
|
|
|
|
LIBS += User32.lib Ole32.lib Shell32.lib ShlWapi.lib Gdi32.lib ComCtl32.lib
|
|
|
|
}
|
|
|
|
|
2012-01-05 18:34:44 +01:00
|
|
|
mac {
|
|
|
|
QMAKE_INFO_PLIST = Info.plist
|
|
|
|
ICON = data/icons/exeicons/qupzilla.icns
|
2012-01-12 20:32:09 +01:00
|
|
|
|
|
|
|
bundle_target.files += ../bin/locale
|
|
|
|
bundle_target.files += ../bin/themes
|
2012-01-27 17:25:51 +01:00
|
|
|
bundle_target.path = Contents/Resources
|
2012-01-12 20:32:09 +01:00
|
|
|
|
|
|
|
QMAKE_BUNDLE_DATA += bundle_target
|
2012-01-05 18:34:44 +01:00
|
|
|
}
|
|
|
|
|
2012-01-12 21:32:27 +01:00
|
|
|
!mac:unix {
|
2012-01-12 20:10:51 +01:00
|
|
|
QT += dbus
|
|
|
|
|
2011-10-18 14:30:17 +02:00
|
|
|
d_prefix = $$(QUPZILLA_PREFIX)
|
|
|
|
binary_folder = /usr/bin
|
|
|
|
data_folder = /usr/share/qupzilla
|
|
|
|
launcher_folder = /usr/share/applications
|
|
|
|
icon_folder = /usr/share/pixmaps
|
2011-12-14 15:16:09 +01:00
|
|
|
hicolor_folder = /usr/share/icons/hicolor
|
2011-10-18 14:30:17 +02:00
|
|
|
|
|
|
|
!equals(d_prefix, "") {
|
|
|
|
binary_folder = "$$d_prefix"bin
|
|
|
|
data_folder = "$$d_prefix"share/qupzilla
|
|
|
|
launcher_folder = "$$d_prefix"share/applications
|
|
|
|
icon_folder = "$$d_prefix"share/pixmaps
|
2011-12-14 15:16:09 +01:00
|
|
|
hicolor_folder = "$$d_prefix"share/icons/hicolor
|
2011-10-18 14:30:17 +02:00
|
|
|
}
|
|
|
|
|
2011-10-19 16:49:04 +02:00
|
|
|
DEFINES += USE_DATADIR=\\\"""$$data_folder/"\\\""
|
2011-10-18 14:30:17 +02:00
|
|
|
|
|
|
|
target.path = $$binary_folder
|
2011-09-11 19:15:06 +02:00
|
|
|
|
2011-10-11 19:54:20 +02:00
|
|
|
target1.files += ../bin/locale
|
|
|
|
target1.files += ../bin/themes
|
2011-10-18 14:30:17 +02:00
|
|
|
target1.path = $$data_folder
|
2011-09-11 19:15:06 +02:00
|
|
|
|
2011-10-13 16:16:01 +02:00
|
|
|
target2.files = ../linux/applications/qupzilla.desktop
|
2011-10-18 14:30:17 +02:00
|
|
|
target2.path = $$launcher_folder
|
2011-09-18 15:35:44 +02:00
|
|
|
|
2011-10-13 16:16:01 +02:00
|
|
|
target3.files = ../linux/pixmaps/qupzilla.png
|
2011-10-18 14:30:17 +02:00
|
|
|
target3.path = $$icon_folder
|
2011-10-13 16:16:01 +02:00
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico16.files = ../linux/hicolor/16x16/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico16.path = $$hicolor_folder/16x16/apps
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico32.files = ../linux/hicolor/32x32/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico32.path = $$hicolor_folder/32x32/apps
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico48.files = ../linux/hicolor/48x48/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico48.path = $$hicolor_folder/48x48/apps
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico64.files = ../linux/hicolor/64x64/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico64.path = $$hicolor_folder/64x64/apps
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico128.files = ../linux/hicolor/128x128/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico128.path = $$hicolor_folder/128x128/apps
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
ico256.files = ../linux/hicolor/256x256/apps/qupzilla.png
|
2011-12-14 15:16:09 +01:00
|
|
|
ico256.path = $$hicolor_folder/256x256/apps
|
|
|
|
|
2011-10-13 16:16:01 +02:00
|
|
|
INSTALLS += target target1 target2 target3
|
2011-12-14 15:16:09 +01:00
|
|
|
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
|
2011-12-16 14:46:31 +01:00
|
|
|
|
|
|
|
#Git revision
|
|
|
|
rev = $$system(sh ../scripts/getrevision.sh)
|
|
|
|
!equals(rev, ""): DEFINES += GIT_REVISION=\\\"""$$rev"\\\""
|
2011-10-11 19:54:20 +02:00
|
|
|
}
|
2011-10-13 20:06:27 +02:00
|
|
|
|
|
|
|
d_no_system_datapath = $$(NO_SYSTEM_DATAPATH)
|
|
|
|
d_use_webgl = $$(USE_WEBGL)
|
|
|
|
d_w7api = $$(W7API)
|
2011-12-13 17:00:56 +01:00
|
|
|
d_kde = $$(KDE)
|
2011-12-28 14:55:54 +01:00
|
|
|
d_portable = $$(PORTABLE_BUILD)
|
2011-10-13 20:06:27 +02:00
|
|
|
|
2011-10-15 13:16:22 +02:00
|
|
|
equals(d_no_system_datapath, "true") { DEFINES += NO_SYSTEM_DATAPATH }
|
|
|
|
equals(d_use_webgl, "true") { DEFINES += USE_WEBGL }
|
|
|
|
equals(d_w7api, "true") { DEFINES += W7API }
|
2011-12-13 17:00:56 +01:00
|
|
|
equals(d_kde, "true") { DEFINES += KDE }
|
2011-12-28 14:55:54 +01:00
|
|
|
equals(d_portable, "true") { DEFINES += PORTABLE_BUILD }
|
2011-10-13 20:06:27 +02:00
|
|
|
|
|
|
|
message(Using following defines)
|
|
|
|
message($$DEFINES)
|
2011-12-11 17:51:03 +01:00
|
|
|
|
|
|
|
|