Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.0
-
None
-
-
c53c9592f (10.0)
Description
The "Qt Console Application" project wizard creates the following install command
install(TARGETS myapp LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
The target is not a library. The installation command should look like this
install(TARGETS myapp RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
Attachments
For Gerrit Dashboard: QTCREATORBUG-28999 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
470670,4 | CMakeProject templates/examples: Fix the install line | 10.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |