Could not find the executable please specify one
Solved
Qt Creator and other tools
-
Hello guys,
I want to run a project where CONFIG += qt dll release, because I need dll file
and it could not find the executable
in release folder there is no .exe file :
thank you a lot
- you should use
TEMPLATE = lib
- a library is never an executable. So don't hit
RUN
in QtCreator but only build
- you should use
-
- you should use
TEMPLATE = lib
- a library is never an executable. So don't hit
RUN
in QtCreator but only build
@raven-worx
thank you so match it works ^^ - you should use