Fix FTBFS by removing explicit cxx11 in tests.
authorArun Kumar Pariyar <arun@debian.org>
Tue, 20 Jun 2023 18:24:53 +0000 (19:24 +0100)
committerArun Kumar Pariyar <arun@debian.org>
Tue, 20 Jun 2023 18:24:53 +0000 (19:24 +0100)
Bug-Debian: https://bugs.debian.org/1038703
Last-Update: 2023-06-20

Last-Update: 2023-06-20
Gbp-Pq: Name 001-fix-ftbfs-remove-explicit-cxx11.patch

examples/dasync-example/dasync-example.pro
tests/ddesktopentry/ddesktopentry.pro
tests/dthreadutils/dthreadutils.pro
tests/dutils/dutils.pro
tests/dvtablehook/dvtablehook.pro
tests/tests.pro
tools/qdbusxml2cpp/qdbusxml2cpp.pro
tools/settings/settings.pro

index 71ee6377d99c5051dbb798e586a318c3b5689599..4818d488d9e913d34612bfa4282a6df50c8f5639 100644 (file)
@@ -7,7 +7,6 @@ TARGET = thread_util
 INCLUDEPATH += .
 QT+= core widgets testlib
 
-CONFIG += c++11
 # The following define makes your compiler warn you if you use any
 # feature of Qt which has been marked as deprecated (the exact warnings
 # depend on your compiler). Please consult the documentation of the
index 0b80ab17790eabcff9bc997bcb9249e2559f0dde..196926df84824eeaf2b587f5fcaf82a6a2f26550 100644 (file)
@@ -3,7 +3,6 @@ QT -= gui
 
 TARGET = tst_ddesktopentrytest
 TEMPLATE = app
-CONFIG += c++11
 CONFIG -= app_bundle
 
 !isEmpty(DTK_STATIC_LIB){
index 4bdc78e4c5562c6c6b10361f86935d039521e4ba..70d1f7293ee0aab5f059cb9904ee6d639f9b5484 100644 (file)
@@ -2,7 +2,6 @@ QT += testlib concurrent
 QT -= gui
 
 TEMPLATE = app
-CONFIG += c++11
 
 !isEmpty(DTK_STATIC_LIB){
     DEFINES += DTK_STATIC_LIB
index 8e56bec9f73cc627a294f12dcfd6a9b51288964d..836131caf4f8c815fd97d8934cb6c4c96d8f3d38 100644 (file)
@@ -2,7 +2,6 @@ QT += testlib dbus
 QT -= gui
 
 TEMPLATE = app
-CONFIG += c++11
 
 !isEmpty(DTK_STATIC_LIB){
     DEFINES += DTK_STATIC_LIB
index 042526625faa549187ffdf9d4906e97f4480f2b8..dac503bc38af8fd3e8f2c80123b33bbfb3275a24 100644 (file)
@@ -2,7 +2,6 @@ QT += testlib
 QT -= gui
 
 TEMPLATE = app
-CONFIG += c++11
 
 # TODO: vtabhook release test failed
 QMAKE_CXXFLAGS_RELEASE -= -O2
index a3caf6322dec7d1d03e566067457ea43667a7419..42514e3b61064d50871a3e4fa03c9a7274275dd7 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 QT += core dbus xml testlib concurrent
-CONFIG += thread c++11 link_pkgconfig
+CONFIG += thread link_pkgconfig
 CONFIG -= app_bundle
 
 QMAKE_LFLAGS += -Wl,--export-dynamic
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..986ff293a59e5587406a5c4c3569d2de43cf272c 100644 (file)
@@ -1,7 +1,6 @@
 QT += core xml
 QT -= gui
 
-CONFIG += c++11
 
 TARGET = dtk-settings
 CONFIG += console link_pkgconfig