ports/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
Alexey Dokuchaev da91be60f3 - Update `net-p2p/torrent-file-editor' to version 0.3.9, which fixes
creating torrents which contain files larger than 2 GB in size
- TIMESTAMP (torrent-file-editor-0.3.9.tar.gz) = 1512986548

Reported by:	portscout
2017-12-11 11:32:01 +00:00

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)