Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5
-
None
Description
Consider a pro file like
TARGET = CppSandbox TEMPLATE = app QT += quick HEADERS += *.h SOURCES += *.cpp
The CMakeLists.txt file generated by qmake2cmake will result in passing *.h and *.cpp verbatim to qt_add_executable, instead of using CMake's globbing support