Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 6.0.2, Qt Creator 9.0.1
-
-
3eb60d80e (master)
Description
I'm building a .so file for Android using QtCreator. My .pro file has:
TEMPLATE = lib
CONFIG += shared
When I compile, the .so file is correctly generated. However, just after that, QtCreaor reports and error: "make: *** No rule to make target 'install'. Stop.".
That's expected, there is nothing to install. This should not produce an error.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26357 Build fails
- Closed