mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Fix compilation on OS/2
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
INCLUDEPATH += $$PWD
|
|
||||||
|
|
||||||
exists(conf.pri) {
|
exists(conf.pri) {
|
||||||
# to the conf.pri goes all system dependent stuff
|
# to the conf.pri goes all system dependent stuff
|
||||||
include(conf.pri)
|
include(conf.pri)
|
||||||
|
|||||||
@@ -52,6 +52,8 @@ DEFINES += QT_NO_CAST_TO_ASCII
|
|||||||
# Fast concatenation (Qt >= 4.6)
|
# Fast concatenation (Qt >= 4.6)
|
||||||
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
|
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD
|
||||||
|
|
||||||
|
|
||||||
# Resource files
|
# Resource files
|
||||||
RESOURCES += icons.qrc \
|
RESOURCES += icons.qrc \
|
||||||
|
|||||||
Reference in New Issue
Block a user