2014-12-13 21:07:10 +03:00
|
|
|
# The first path is used when the source is being build by packagers (pbuilder/sbuild/etc)
|
|
|
|
# The second path is used when you manually run the configure script in the root folder (eg when using qt creator)
|
|
|
|
exists($$OUT_PWD/../conf.pri) {
|
|
|
|
include($$OUT_PWD/../conf.pri)
|
2018-12-21 13:31:49 +03:00
|
|
|
}
|
|
|
|
else {
|
2014-12-13 21:07:10 +03:00
|
|
|
include(conf.pri)
|
|
|
|
}
|
2010-11-20 20:21:40 +03:00
|
|
|
|
2021-01-04 15:07:23 +03:00
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
|
|
|
|
|
2017-08-11 08:37:06 +03:00
|
|
|
LIBS += -framework Carbon -framework IOKit -framework AppKit
|
2015-08-26 20:44:42 +03:00
|
|
|
|
2015-01-18 15:13:06 +03:00
|
|
|
QT_LANG_PATH = ../dist/qt-translations
|
|
|
|
DIST_PATH = ../dist/mac
|
|
|
|
|
2010-11-20 20:21:40 +03:00
|
|
|
document_icon.path = Contents/Resources
|
2015-01-18 15:13:06 +03:00
|
|
|
document_icon.files = $$DIST_PATH/qBitTorrentDocument.icns
|
2010-11-20 20:21:40 +03:00
|
|
|
QMAKE_BUNDLE_DATA += document_icon
|
2012-09-16 11:36:24 +04:00
|
|
|
|
|
|
|
qt_conf.path = Contents/Resources
|
2015-01-18 15:13:06 +03:00
|
|
|
qt_conf.files = $$DIST_PATH/qt.conf
|
2012-09-16 11:36:24 +04:00
|
|
|
QMAKE_BUNDLE_DATA += qt_conf
|
|
|
|
|
2015-01-30 01:57:08 +03:00
|
|
|
qt_translations.path = Contents/translations
|
2020-03-23 13:03:05 +03:00
|
|
|
qt_translations.files = $$files($$QT_LANG_PATH/qtbase_*.qm)
|
|
|
|
qt_translations.files += \
|
2020-03-07 21:02:21 +03:00
|
|
|
$$QT_LANG_PATH/qt_fa.qm \
|
|
|
|
$$QT_LANG_PATH/qt_gl.qm \
|
|
|
|
$$QT_LANG_PATH/qt_lt.qm \
|
|
|
|
$$QT_LANG_PATH/qt_pt.qm \
|
|
|
|
$$QT_LANG_PATH/qt_sl.qm \
|
|
|
|
$$QT_LANG_PATH/qt_sv.qm \
|
|
|
|
$$QT_LANG_PATH/qt_zh_CN.qm
|
2012-09-16 11:36:24 +04:00
|
|
|
QMAKE_BUNDLE_DATA += qt_translations
|
|
|
|
|
2015-01-18 15:13:06 +03:00
|
|
|
ICON = $$DIST_PATH/qbittorrent_mac.icns
|
|
|
|
QMAKE_INFO_PLIST = $$DIST_PATH/Info.plist
|