Standard Qt App, save intermediate files
-
Hi all,
I have just been starting to learn the Qt framework, and I just noticed something:
When doing two compilations of the code without any changes in between, it does not realise the fact that it is unchanged. Is the compiler saving intermediate files and keeping track of them, in order to save compilation time? If not, how can I make it so?
Project created with "Qt Widgets Application", on Windows 8.1, Qt creator (community) 3.4.2 (Based on Qt 5.5.0)
-
Hi and welcome to devnet,
Which version of Qt ? On what OS ?
-
Which Qt version did you install ? MSVC ? MinGW ?