
DMG for distribution you can use an utility like: Mac OS X Get dependenciesĭuring installation, choose a Qt 5.x edition and CMake. If you made any custom changes to the CMakeLists.txt file and it subsequently gets in an endless loop where it never finishes the "configures" stage while re-processing the file, delete "build_rpi-imager_someversion" directory and try again. Note: the CMake integration in Qt Creator is a bit flaky at times. nsi script "Compile NSIS script", to create installer. Go to the BUILD folder, right click on the.Result will be in build_rpi-imager_someversion.For builds you distribute to others, make sure you choose "Release" in the toolchain settings and not the debug flavour.zip from github and extract it to a folder on disk nsi installer script.īuilding can be done manually using the command-line, using "cmake", "make", etc., but if you are not that familar with setting up a proper Windows build environment (setting paths, etc.), it is easiest to use the Qt creator GUI instead. If NOT and are you only compiling for your own personal use, comment out all lines mentioning signtool from CMakelists.txt and the. It is assumed you already have a proper code signing certificate, and signtool.exe from the Windows SDK installed.

If using the official Qt distribution that does NOT have schannel (Windows native SSL library) support, compile OpenSSL libraries ( ) and copy the libssl/crypto DLLs to C:\qt\5.x\mingw73_32\bin the include files to C:\qt\5.x\mingw73_32\include and the import library files to C:\qt\5.x\mingw73_32\libįor building installer get Nullsoft scriptable install system: During installation, choose a Qt 5.x with Mingw32 32-bit toolchain and CMake.
