How to replicate:
OS: Windows 11 Home
IDE: Qt Creator
Build device: Desktop
Run device: Desktop
Compiler: MinGW (C++, x86 64 bit)
Debugger: None
Qt version: 5.15.16 (mingw64)
CMake Tool: CMake 3.31.5
CMake generator: Ninja
CMake Configuration: -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
Building and running gives this output:
13:02:26: Starting C:\Users\Pergu\Documents\superbuild\build\Qt_5_15_16_mingw64_1fcc90-Debug\Mapper-git-dev.exe...
13:02:26: The process failed to start. Either the invoked program "C:\Users\Pergu\Documents\superbuild\build\Qt_5_15_16_mingw64_1fcc90-Debug\Mapper-git-dev.exe" is missing, or you may have insufficient permissions to invoke the program.
Successful build for desktop (Windows 11) with the mapper project has been made, but I want to build for android and am now trying to figure out how this superbuild works. What configuration or operating system do you use to make it work?
How to replicate:
OS: Windows 11 Home
IDE: Qt Creator
Build device: Desktop
Run device: Desktop
Compiler: MinGW (C++, x86 64 bit)
Debugger: None
Qt version: 5.15.16 (mingw64)
CMake Tool: CMake 3.31.5
CMake generator: Ninja
CMake Configuration: -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable}
-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX}
-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C}
-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx}
Building and running gives this output:
13:02:26: Starting C:\Users\Pergu\Documents\superbuild\build\Qt_5_15_16_mingw64_1fcc90-Debug\Mapper-git-dev.exe...
13:02:26: The process failed to start. Either the invoked program "C:\Users\Pergu\Documents\superbuild\build\Qt_5_15_16_mingw64_1fcc90-Debug\Mapper-git-dev.exe" is missing, or you may have insufficient permissions to invoke the program.
Successful build for desktop (Windows 11) with the mapper project has been made, but I want to build for android and am now trying to figure out how this superbuild works. What configuration or operating system do you use to make it work?