forked from qt-creator/qt-creator
Library-Wizard: Do not write module-include.
Remove baseClassModule which was used for that purpose only. Change-Id: Id86c9cfc160b76f936cc6b716a1e4c3e93a5261f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -87,13 +87,7 @@ void LibraryParameters::generateCode(QtProjectParameters:: Type t,
|
||||
|
||||
// include base class header
|
||||
if (!baseClassName.isEmpty()) {
|
||||
QString include;
|
||||
if (!baseClassModule.isEmpty()) {
|
||||
include += baseClassModule;
|
||||
include += QLatin1Char('/');
|
||||
}
|
||||
include += baseClassName;
|
||||
Utils::writeIncludeFileDirective(include, true, headerStr);
|
||||
Utils::writeIncludeFileDirective(baseClassName, true, headerStr);
|
||||
headerStr << '\n';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user