Tests: Extract TestDataDir to the coreplugin

Change-Id: Ie290c07c07c13134a57f328e9ae876b2af6974db
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-08-19 11:49:13 +02:00
parent d185849150
commit 6ac341467d
7 changed files with 177 additions and 131 deletions

View File

@@ -238,3 +238,8 @@ else:unix {
}
}
OTHER_FILES += editormanager/BinFiles.mimetypes.xml
equals(TEST, 1) {
SOURCES += testdatadir.cpp
HEADERS += testdatadir.h
}