freeciv: Add freeciv-qt6.inc
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>
This commit is contained in:
11
recipes-games/freeciv/freeciv-qt6.inc
Normal file
11
recipes-games/freeciv/freeciv-qt6.inc
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user