mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
Currently unused replacement for freeciv-qt5.inc. Just change which one freeciv-3.1 main recipe includes to switch between Qt5 and Qt6 support. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
12 lines
267 B
PHP
12 lines
267 B
PHP
|
|
require freeciv.inc
|
|
|
|
inherit qt6-paths
|
|
|
|
EXTRA_OECONF += "\
|
|
--with-qtver=qt6 \
|
|
--with-qt6-includes=${STAGING_DIR_HOST}${QT6_INSTALL_INCLUDEDIR} \
|
|
--with-qt6-libs=${STAGING_DIR_HOST}${QT6_INSTALL_LIBDIR} \
|
|
MOCCMD=${STAGING_DIR_NATIVE}${QT6_INSTALL_LIBEXECDIR}/moc \
|
|
"
|