mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -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)
|
||||
find_package(Qt4 4.8.0 COMPONENTS ${QBT_QT_COMPONENTS} REQUIRED)
|
||||
include(${QT_USE_FILE})
|
||||
add_definitions(-DQStringLiteral=QLatin1String)
|
||||
endif (QT5)
|
||||
|
||||
set(CMAKE_AUTOMOC True)
|
||||
|
||||
Reference in New Issue
Block a user