Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cristian Adam
CMake
Commits
dc083f95
Commit
dc083f95
authored
Nov 09, 2016
by
Brad King
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'autorcc-only-no-rebuild' into release
parents
51112aaa
e4232b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Source/cmQtAutoGenerators.cxx
Source/cmQtAutoGenerators.cxx
+2
-2
No files found.
Source/cmQtAutoGenerators.cxx
View file @
dc083f95
...
...
@@ -455,8 +455,8 @@ static std::string ReadAll(const std::string& filename)
bool
cmQtAutoGenerators
::
RunAutogen
(
cmMakefile
*
makefile
)
{
if
(
!
cmsys
::
SystemTools
::
FileExists
(
this
->
OutMocCppFilenameAbs
.
c_str
())
||
(
this
->
OldCompileSettingsStr
!=
this
->
CurrentCompileSettingsStr
)
)
{
// If settings changed everything needs to be re-generated.
if
(
this
->
OldCompileSettingsStr
!=
this
->
CurrentCompileSettingsStr
)
{
this
->
GenerateAll
=
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment