whatever craft
This commit is contained in:
parent
be72812f06
commit
d51c9fff75
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ if(NOT CxxQt_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Needed for Craft Android, otherwise it tries to use native tooling which is wrong
|
# Needed for Craft Android, otherwise it tries to use native tooling which is wrong
|
||||||
get_target_property(QMAKE_PATH Qt::qmake LOCATION)
|
#get_target_property(QMAKE_PATH Qt::qmake LOCATION)
|
||||||
|
set(QMAKE_PATH "/home/user/CraftRoot/build/libs/qt6/qtbase/image-MinSizeRel-6.8.0/bin/qmake")
|
||||||
message("Using ${QMAKE_PATH}")
|
message("Using ${QMAKE_PATH}")
|
||||||
|
|
||||||
cxx_qt_import_crate(
|
cxx_qt_import_crate(
|
||||||
|
|
Reference in a new issue