File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212#
1313# -DKDSoap_QT6=[true|false]
1414# Build against Qt6 rather than Qt5
15- # Default=false (Qt5 will be used even if Qt6 is available)
15+ # Default=true
1616#
1717# -DKDSoap_STATIC=[true|false]
1818# Build static libraries
@@ -73,7 +73,7 @@ option(${PROJECT_NAME}_STATIC "Build statically" OFF)
7373option (${PROJECT_NAME} _TESTS "Build the tests" OFF )
7474option (${PROJECT_NAME} _EXAMPLES "Build the examples" ON )
7575option (${PROJECT_NAME} _DOCS "Build the API documentation" OFF )
76- option (${PROJECT_NAME} _QT6 "Build against Qt 6" OFF )
76+ option (${PROJECT_NAME} _QT6 "Build against Qt 6" ON )
7777
7878list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/ECM/modules" )
7979list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/KDAB/modules" )
Original file line number Diff line number Diff line change 11# !/usr/bin/make -f
2- DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=Release
2+ DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=Release -DKDSoap_QT6=False
33include /usr/share/cdbs/1/rules/debhelper.mk
44include /usr/share/cdbs/1/class/cmake.mk
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ develop programs which need to access web services using the SOAP protocol.
5050
5151%build
5252touch .license.accepted
53- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=True -DCMAKE_BUILD_TYPE=Release
53+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=True -DCMAKE_BUILD_TYPE=Release -DKDSoap_QT6=False
5454%__make %{?_smp_mflags }
5555
5656%post -p /sbin/ldconfig
You can’t perform that action at this time.
0 commit comments