From be72812f068f3be119c27a3a39fd2e69b6bd0e67 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 30 Dec 2024 14:24:23 -0500 Subject: [PATCH] fix craft test again --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 401e92e..3f140e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ endif() # Needed for Craft Android, otherwise it tries to use native tooling which is wrong get_target_property(QMAKE_PATH Qt::qmake LOCATION) +message("Using ${QMAKE_PATH}") cxx_qt_import_crate( MANIFEST_PATH Cargo.toml