Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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:

Description

Change History (6)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Status: assignednew

comment:3 by Fernando de Oliveira, 10 years ago

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.

comment:4 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: newclosed

Fixed at r13149.

comment:5 by e5g6s, 10 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

comment:6 by Fernando de Oliveira, 10 years ago

Thanks.

Fixed at r13184.

Note: See TracTickets for help on using tickets.