yongyuwh / qt-msvc-installer

Automatically exported from code.google.com/p/qt-msvc-installer
0 stars 0 forks source link

Some cleaned files are part of original source #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you install and the compare the file list against the official Qt SDK, you 
will find some files that were part of the original source distribution are no 
longer present. These are mainly some 3rd party Makefiles in the src/3rdparty 
folder.

I have my own clean script that I use for Qt MinGW compiled Qt builds.
It does a more thorough clean and tries to keep some files that were in the 
original source distribution. It is attached for reference. It is based on Qt 
4.7.0 Beta 2. Maybe you can adapt your clean script with some of the commands 
used in my script.

Original issue reported on code.google.com by Net...@gmail.com on 25 Jul 2010 at 12:11

GoogleCodeExporter commented 8 years ago
Great! I'll look at incorporating your clean script commands into the 4.7 
build. Thanks!

Original comment by gaber...@gmail.com on 25 Jul 2010 at 1:23

GoogleCodeExporter commented 8 years ago
Here is the clean script updated to also clean 4.6.3.

Original comment by Net...@gmail.com on 25 Aug 2010 at 7:31

Attachments: