Fix FTBFS by removing explicit cxx11 in tests
authorArun Kumar Pariyar <arun@debian.org>
Wed, 4 Dec 2024 12:17:59 +0000 (07:17 -0500)
committerBoyuan Yang <byang@debian.org>
Wed, 4 Dec 2024 12:18:37 +0000 (07:18 -0500)
Last-Update: 2024-12-04
Bug-Debian: https://bugs.debian.org/1038703

Gbp-Pq: Name 0001-Fix-FTBFS-by-removing-explicit-cxx11-in-tests.patch

tools/dci/dci.pro
tools/qdbusxml2cpp/qdbusxml2cpp.pro
tools/settings/settings.pro

index 934d6328a1f9711b03c2df2ae0a4880d3fdc3b09..c0016c94f1fd1eec555a4dd0b901541bdc2de1ce 100644 (file)
@@ -1,6 +1,6 @@
 QT -= gui
 
-CONFIG += c++11 console
+CONFIG += console
 CONFIG -= app_bundle
 
 # You can make your code fail to compile if it uses deprecated APIs.
index e1e2b7102b185042b9c31edb256f83d6d4520f1d..0e0adbb6875eb0e24ee787a602e35810dd59da35 100644 (file)
@@ -2,7 +2,6 @@ TARGET = qdbusxml2cpp-fix
 
 TEMPLATE = app
 QT += core dbus-private dbus
-CONFIG += c++11
 
 SOURCES += qdbusxml2cpp.cpp
 
index 21784c1f23410cdbd02cd88035fbc2f1ea46a803..a3429c31ff371216308f68fa1820e1476e2679e4 100644 (file)
@@ -1,8 +1,6 @@
 QT += core xml
 QT -= gui
 
-CONFIG += c++11
-
 TARGET = dtk-settings
 CONFIG += console link_pkgconfig
 CONFIG -= app_bundle