mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
cmake: fix compilation with Qt 4
In qmake we define QStringLiteral=QLatin1String, so define it in cmake builds too.
This commit is contained in:
@@ -31,6 +31,7 @@ else (QT5)
|
|||||||
endif (DBUS)
|
endif (DBUS)
|
||||||
find_package(Qt4 4.8.0 COMPONENTS ${QBT_QT_COMPONENTS} REQUIRED)
|
find_package(Qt4 4.8.0 COMPONENTS ${QBT_QT_COMPONENTS} REQUIRED)
|
||||||
include(${QT_USE_FILE})
|
include(${QT_USE_FILE})
|
||||||
|
add_definitions(-DQStringLiteral=QLatin1String)
|
||||||
endif (QT5)
|
endif (QT5)
|
||||||
|
|
||||||
set(CMAKE_AUTOMOC True)
|
set(CMAKE_AUTOMOC True)
|
||||||
|
|||||||
Reference in New Issue
Block a user