forked from qt-creator/qt-creator
make command line parser grok more options
-spec/-platform, -xspec/-xplatform, -t/-template, -tp/-template_prefix, -cache & -nocache. Change-Id: I1a0aa6ce830bf4d4beed319ebe248b15b2dc72c0 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -942,12 +942,10 @@ QtSupport::ProFileReader *Qt4Project::createProFileReader(Qt4ProFileNode *qt4Pro
|
||||
if (bc) {
|
||||
p = bc->target()->profile();
|
||||
env = bc->environment();
|
||||
if (bc->qmakeStep()) {
|
||||
if (bc->qmakeStep())
|
||||
qmakeArgs = bc->qmakeStep()->parserArguments();
|
||||
m_qmakeGlobals->qmakespec = bc->qmakeStep()->mkspec().toString();
|
||||
} else {
|
||||
else
|
||||
qmakeArgs = bc->configCommandLineArguments();
|
||||
}
|
||||
} else {
|
||||
p = ProfileManager::instance()->defaultProfile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user