-
Qt 5.12.11, Windows, MinGW, release:
created folder was files inside that are flat, atools .pro implies a /lib subfolder at least. lnm .pro implies a build-atools-CONF_TYPE thus i wonder why the ...-atools-Desktop-... folder was created. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 22 replies
-
btw.i provided the atools path in the variable, so -CONF_TYPE should not get triggered. Now checking |
Beta Was this translation helpful? Give feedback.
-
apparent solution:
instead of
also for all other paths. now build progessing. But this results in a qmake error about git not being able to "parse-rev" or similar. But build still started. I wonder why git is attempted, i have not configured it inside qt and i see no .pro entry about git. |
Beta Was this translation helpful? Give feedback.
-
according to internet, other possible issue for the error:
|
Beta Was this translation helpful? Give feedback.
-
build progressed, deploy progressed, no errors, no output. No deploy folder. just the build folder with all files flat and an .exe. |
Beta Was this translation helpful? Give feedback.
-
i miss "Create and run the target Qt "Deploy project" it is not -- does nothing expect some messages "done in 4s" Qt options available in menu in menu order: build project I try "build for run" |
Beta Was this translation helpful? Give feedback.
-
no success. is not reflected in Qt Creator gui. build targets in .pro (deploy, copyfiles, all) are not reflected in Qt Creator gui. Windows has no "copydata" target ! deploy depends on all, all depends on copydata but copydata exists only for linux and mac. I wonder how "building" from menu did anything at all, assuming qt takes "all" for building because i don't see any mapping done in .pro, and "all" has no commands of its own but only depends on copyall and that does not exits for win, "buildung" in Qt should do nothing -- but it does. "Deployment", which again as assuming automatically takes a target "deploy" because there is no mapping to qt menu commands in .pro, should (try) copy files -- but does nothing. peculiar. |
Beta Was this translation helpful? Give feedback.
-
anyone see also #688 (reply in thread) |
Beta Was this translation helpful? Give feedback.
no success.
is not reflected in Qt Creator gui.
build targets in .pro (deploy, copyfiles, all) are not reflected in Qt Creator gui.
Windows has no "copydata" target ! deploy depends on all, all depends on copydata but copydata exists only for linux and mac.
I wonder how "building" from menu did anything at all, assuming qt takes "all" for building because i don't see any mapping done in .pro, and "all" has no commands of its own but only depends on copyall and that does not exits for win, "buildung" in Qt should do nothing -- but it does. "Deployment", which again as assuming automatically takes a target "deploy" because there is no mapping to qt menu commands in .pro, should (try) copy …