forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
This commit is contained in:
@@ -112,7 +112,7 @@ bool CorePlugin::delayedInitialize()
|
||||
|
||||
void CorePlugin::remoteCommand(const QStringList & /* options */, const QStringList &args)
|
||||
{
|
||||
m_mainWindow->openFiles(args, ICore::SwitchMode);
|
||||
m_mainWindow->openFiles(args, Core::ICore::OpenFilesFlags(ICore::SwitchMode | ICore::CanContainLineNumbers));
|
||||
m_mainWindow->activateWindow();
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ TARGET = Help
|
||||
QT += network
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += printsupport help
|
||||
!isEmpty(QT.webkitwidgets.name): QT += webkitwidgets
|
||||
!isEmpty(QT.webkitwidgets.name): QT += webkitwidgets webkit
|
||||
else: DEFINES += QT_NO_WEBKIT
|
||||
} else {
|
||||
CONFIG += help
|
||||
|
||||
Reference in New Issue
Block a user