#5080 closed enhancement (fixed)
transmission-2.83
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Change History (6)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Status: | assigned → new |
---|
comment:3 by , 11 years ago
comment:5 by , 11 years ago
I'm using Arch Linux, but this fixes the Qt4 build for me:
--- old/qt/qtr.pro 2014-05-18 16:52:17.405912562 -0400 +++ new/qt/qtr.pro 2014-05-27 19:42:01.785889122 -0400 @@ -12,6 +12,7 @@ man.files = transmission-qt.1 CONFIG += qt thread debug link_pkgconfig c++11 warn_on +QMAKE_CXXFLAGS += -std=c++11 QT += network dbus PKGCONFIG = fontconfig libcurl openssl libevent
Based on https://trac.transmissionbt.com/ticket/5700#comment:2
Note:
See TracTickets
for help on using tickets.
Problem with Qt4 is back. They changed the files apparently as in the patch for version 2.82, but Qt GUI failed to build.
Last time, Igor solved the problem. Igor, if you are listening to this, please, we need your help.
I will update and comment in the text that build is broken with Qt4.