summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-02-01 10:54:30 +0100
committerOliver Wolff <oliver.wolff@qt.io>2019-02-04 08:10:25 +0000
commit29d5a287abc3d3c9b75619db18042dea66236cb3 (patch)
tree2f9dfb27b1004818f96d010cc8cc22d13bf80cbe /mkspecs/features/android
parent3bf895c8d52a4172cd29ab8a8121e37ec790c47d (diff)
Make the Makefile a dependency of default targets for nmake
If the user changes the .pro file, the Makefile is supposed to be re-generated by calling qmake again. NMake however lacks a "Makefile remake feature" like GNU make has. The generated Makefiles for nmake however have already a proper Makefile target that can be used to re-generate the Makefile. What was missing is the dependency from an entry-target in the meta-Makefile. Now changes in the .pro file trigger a re-generation of Makefile.Debug/Makefile.Release when calling nmake without target arguments or with "debug" or "release". Fixes: QTBUG-29193 Change-Id: I9f2dd5deba4a043ab6c9502bb0b0ba83dc843612 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'mkspecs/features/android')
0 files changed, 0 insertions, 0 deletions