mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
creating torrents which contain files larger than 2 GB in size - TIMESTAMP (torrent-file-editor-0.3.9.tar.gz) = 1512986548 Reported by: portscout
10 lines
333 B
Text
10 lines
333 B
Text
--- CMakeLists.txt.orig 2017-12-11 09:39:35 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -108,6 +108,7 @@ if(QT5_BUILD)
|
|
else()
|
|
find_package(Qt4 REQUIRED)
|
|
find_package(QJSON 0.8.0 REQUIRED)
|
|
+ include_directories(${QJSON_INCLUDE_DIR})
|
|
add_definitions("'-DQStringLiteral(str)=QString::fromUtf8(\"\" str \"\", sizeof(str) - 1)'")
|
|
|
|
if(WIN32)
|