Releases: genyleap/Project-Template
Releases · genyleap/Project-Template
PT Update 1.2.20 Released. 🎉
- Added Wasm (WebAssembly) target.
- Fixed UI support technology for QtQuick.
- Fixed and added Qt 6.8 support.
- Fixed C++ 23/26 compiler support.
- Removed some extra config.
- Fixed some platform detection scripts.
- Some issue fixed.
PT Update 1.1.430 Released. 🎉
We are happy to announce the new update for PT.
- CMake update to 3.28
- Added new compiler flags.
- Added new Sanitizers.
- Added some comments for cmake configs.
Version 1.1.325
PT Update 1.1.325 Released. 🎉
We are happy to announce the new update for PT.
- Added new C++23 support.
- Added new inline file extension support [inl and ipp].
Version 1.1.222
We are happy to announce the new update for PT.
- Updated all default packages to latest version as well.
- Added dynamic variable to set force to update packages to latest master or dev branch.
- Added OpenCV as default package.
- Added some examples.
- Fixed some issues.
- Added new option
FORCE_UPGRADED_LIBS
Version 1.0.80
- Removed some deprecated Standard library header.
- Added new Organization variable.
- Added support qml compiler option to Qt6.
- Upgraded to support latest standard of C++ by default.
- Fixed GUI_APPLICATION variable option issue for Qt6 and Qt5 generation.
- Removed unused options.
- Fixed project main type for non-gui [stl].
- Fixed QML Application compiled output temp.
- Added new UI/QML group.
- The project automatically lists the QML files and prepares them for compilation unit now.
- Fixed CMAKE_SYSTEM_NAME for Windows.
- Fixed some issues.
Version 1.0.2-final
We are happy to announce the new update for Project Template.
- Update and fixed some final issues.
- Added new full string version variable (
PROJECT_VERSION_STRING
) for[major.minor.patch and pre-release]
.
Version 1.0 Final Release
We are happy to announce the release of Project-Template final 1.0!
- This final version fixes various smaller issues.
- The platform type no longer needs to be specified manually in this version.
Use the repository as [Use this template] to add the latest version to your project.