lahaspirit.blogg.se

Advanced installer desktop shortcut
Advanced installer desktop shortcut













advanced installer desktop shortcut

Important for Windows users: QPM Version 0.10.0 (the one you can download on the website) is currently broken on windows! It's already fixed in master, but not released yet.

advanced installer desktop shortcut

pro fileĬheck their GitHub - Usage for App Developers to learn more about qpm.

advanced installer desktop shortcut

  • Include qpm to your project by adding include(vendor/vendor.pri) to your.
  • In your projects root directory, run qpm install de.skycoder42.qtifw-advanced-setup.
  • In your projects root directory, run qpmx install de.skycoder42.qtifw-advanced-setup.
  • Install qpm (See GitHub - Installing, for windows see below).
  • Install qpmx (See GitHub - Installation).
  • Qpmx is a frontend for qpm (and other tools) with additional features, and is the preferred way to install packages. You can install it either via qpmx (preferred) or directly via qpm. The package is providet as qpm package, de.skycoder42.qtifw-advanced-setup.
  • Provides the qtifw and qtifw-build targets to automatically (translate, install, ) deploy, create the installer and compress it.
  • uses make install for simple file preperations.
  • auto-deploy flag to automate deployment even further.
  • option to include custom and Qt translations.
  • uses the qt deployment tools to deploy your application.
  • simple deployment as additional step before creating the installer.
  • Windows: Adds update/modify shortcuts to the windows startmenu directory.
  • Windows: proper registration as "Installed Application".
  • Windows: Allows to create a desktop shortcut.
  • Maintenancetool ensures it's privileged if installed globally.
  • Local installation uses user directories.
  • Global installation requires admin/root and chooses global location.
  • provide uninstall only for offline installers.
  • Extends default installer functionality:.
  • Windows: Automatic inclusion of msvc libs as installation (if required).
  • Easily creation of installers via qmake.
  • Read the documentation carefully to pick up how to change your pro files! (The old code is still existant as the old branch or as qpm packages before version 2.0.0) Features Now the make install step is used to prepare all files, so that deployment/installer generation operate on the installed files. Important: With Version 2.0.0 the api has completly changed. Create "Qt Installer Framework" installers from your project via qmake















    Advanced installer desktop shortcut