QSkinny
-
@jsulm thanks.
i found very interesting the demos created by this tool, but i could not install on Windows, i have downloaded the source from here:
https://github.com/uwerat/qskinnythen when i write :
cmake .i get this output:
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22000. CMake Error at cmake/QskFindMacros.cmake:13 (find_package): Could not find a package configuration file provided by "QT" (requested version 5.15) with any of the following names: Qt6Config.cmake qt6-config.cmake Qt5Config.cmake qt5-config.cmake Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:89 (qsk_setup_Qt)unfortunately i could not found any specific QSkinny forum or group where to put my questions ..
Thanks for any help.
-
@1XU7 Hi,
I can confirm it builds with 6.6.0 on macOS.
Two things you can do:
- Open the project with Qt Creator and build it with the Qt Kit you are going to use for your application
- On the command line, use the qt-cmake wrapper from the Qt version you want to build QSkinny for. It's pre-configured to run cmake with everything pointing correctly to the corresponding Qt version.