Codebase list cutemaze / b2f2078
Switch to QT 6. Markus Koschany 1 year, 3 months ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Markus Koschany <apo@debian.org>
55 Build-Depends:
66 debhelper-compat (= 13),
7 qttools5-dev-tools,
8 libqt5svg5-dev,
7 qt6-tools-dev,
8 qt6-svg-dev,
99 pkg-config,
10 qtbase5-dev,
10 qt6-base-dev,
1111 Standards-Version: 4.6.2
1212 Homepage: https://gottcode.org/cutemaze/
1313 Vcs-Git: https://salsa.debian.org/games-team/cutemaze.git
00 #!/usr/bin/make -f
11
22 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
3 export QT_SELECT=qt5
3 export QT_SELECT=qt6
44
55 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
66 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)