Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15.2
-
None
-
96ad382f5 (dev)
Description
I am using qmake2cmake to convert .PRO files to CMake files with the option --min-qt-version 5.15
In the generated CMakeLists.txt I find this style of qt_add_resources which is not supported in versions of QT <6
qt_add_resources(simple "qtpropertybrowser"
PREFIX
"/qt-project.org/qtpropertybrowser"
BASE
"../../src"
FILES
${qtpropertybrowser_resource_files}
Attachments
Issue Links
- is duplicated by
-
QTBUG-118129 qmake2cmake_all can‘t support qt5
- Closed