Files
qt-creator/src
Nikolai Kosjar 8cb7d68cf6 CppTools: Tests: Fix QTemporaryDir warning on Windows
...coming from TemporaryCopiedDir.

The warning was:

	QTemporaryDir: Unable to remove <some path> most likely due to the presence
	               of read-only files.

It occurred for plugin tests (e.g ClangCodeModel) that used a Qt resource path
as source for TemporaryCopiedDir. Copying a qrc file makes it read-only, see
also QTBUG-17163. Therefore, explicitly add the write permission.

Change-Id: Idc04acd4844c5bc20e9b3de1efc78da3b06ac97c
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
2015-07-02 15:28:11 +00:00
..
2014-09-02 09:24:10 +02:00
2015-06-03 15:29:55 +00:00
2015-06-03 15:29:55 +00:00