12:04:42 hello 12:05:47 hey 12:06:31 here again 12:06:43 did u c that log yesterday 12:07:10 http://paste.debian.net/1203400/ 12:07:26 looks like you're still missing a qt module 12:07:35 which ? 12:10:09 CoreTools 12:10:22 but is looks like its provided by qtbase so I'm not sure why it's missing 12:12:16 http://paste.debian.net/1203452/ 12:12:25 this is my qt dockerfile 12:22:53 tobtoht i think that cmakelists must change 12:25:26 "set(QT5_LIBRARIES Qt5Core" to smth else like "find_package Qt5Core" 12:27:22 find_package happens later 12:28:02 find_package(${QT5_MODULE} REQUIRED) 12:29:06 can we do ind_package(${QT5_MODULe_qt6core 12:30:10 btw, my Qt6 image has Qt6CoreToolsConfig.cmake 12:30:21 so check the filesystem 12:32:50 i have it too http://paste.debian.net/1203456/ 12:33:40 add the dir to CMAKE_PREFIX_PATH 12:35:05 "/opt/android/qtbase/lib/cmake/Qt6CoreTools/" 12:37:09 -DCMAKE_PREFIX_PATH=/opt/android 12:37:12 i have it 12:37:29 lets change? 12:45:19 i change it and nothing happened 12:45:36 "but it set Qt6Core_FOUND to FALSE so package "Qt6Core" is considered to be 12:45:37 NOT FOUND." what this means 12:47:47 -DCMAKE_PREFIX_PATH=/opt/android:/opt/android/qt-host 12:53:42 same