diff options
Diffstat (limited to 'plugins/qt_clist/src/commonheaders.h.cpp')
-rwxr-xr-x | plugins/qt_clist/src/commonheaders.h.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/qt_clist/src/commonheaders.h.cpp b/plugins/qt_clist/src/commonheaders.h.cpp new file mode 100755 index 0000000000..2d1bf9de5c --- /dev/null +++ b/plugins/qt_clist/src/commonheaders.h.cpp @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------
+* Precompiled header source file used by Visual Studio.NET to generate
+* the .pch file.
+*
+* Due to issues with the dependencies checker within the IDE, it
+* sometimes fails to recompile the PCH file, if we force the IDE to
+* create the PCH file directly from the header file.
+*
+* This file is auto-generated by qmake since no PRECOMPILED_SOURCE was
+* specified, and is used as the common stdafx.cpp. The file is only
+* generated when creating .vcxproj project files, and is not used for
+* command line compilations by nmake.
+*
+* WARNING: All changes made in this file will be lost.
+--------------------------------------------------------------------*/
+#include "commonheaders.h"
|