mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 16:57:55 +00:00
Use c++11 config instead of hard coding flags
Tell qtmake to use c++11 and let it handle the configuration changes.
This commit is contained in:
parent
1506999968
commit
3f22bf1186
@ -10,8 +10,7 @@ exists($$OUT_PWD/../conf.pri) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LIBS += -framework Carbon -framework IOKit
|
LIBS += -framework Carbon -framework IOKit
|
||||||
QMAKE_CXXFLAGS += -stdlib=libc++
|
CONFIG += c++11
|
||||||
QMAKE_LFLAGS += -stdlib=libc++
|
|
||||||
|
|
||||||
document_icon.path = Contents/Resources
|
document_icon.path = Contents/Resources
|
||||||
document_icon.files = mac/qBitTorrentDocument.icns
|
document_icon.files = mac/qBitTorrentDocument.icns
|
||||||
|
Loading…
Reference in New Issue
Block a user