forked from qt-creator/qt-creator
QmlDesigner: Disable hardcoded meego support
This commit is contained in:
@@ -137,8 +137,6 @@ void MetaInfoPrivate::loadPlugins(QDeclarativeEngine *engine)
|
||||
pluginList += "import Qt.labs.gestures 1.0";
|
||||
pluginList += "import Qt.labs.particles 1.0";
|
||||
pluginList += "import Qt.labs.components 1.0";
|
||||
pluginList += "import com.meego.themebridge 1.0";
|
||||
pluginList += "import com.meego 1.0";
|
||||
|
||||
QString componentString = QString("%1\n Item {}\n").arg(pluginList.join("\n"));
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
TARGET = qtquickplugin
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin meegotouch
|
||||
CONFIG += plugin
|
||||
|
||||
QT += script \
|
||||
declarative
|
||||
|
||||
Reference in New Issue
Block a user