QT Design problem with qt target
Unsolved
Qt Creator and other tools
-
Hi,
can someone help me with this topic.
I create new project in qt designer studio and adjust "Target Qt version" - QT5But when i try load this project in Qt creator Qt6.x is required.
I would like create for Qt 5.14.2 version using cmake not for 6.x but i't can not compile for qt qt5
Have someone the same problem or solution for it ??
Below cmake generated from this project ( line 9 in cmake):
-
Did you try to simply change Qt6 to Qt5 in CMakeLists.txt?