Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.14.0-rc1
-
None
Description
Steps to reproduce:
- Install any B2Qt binary via installer
- Generate a cmake based application via QtCreator wizard
- Build and run
Expected result:
The application gets deployed to device
Actual result:
The application does not get deployed to device without adding:
install(TARGETS application_name DESTINATION /opt)
to CMakeLists.txt
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-24480 CMakeLists does not have install(TARGET) commands
- Closed