QmlDesigner: Disable hardcoded meego support

This commit is contained in:
Marco Bubke
2010-11-24 15:01:05 +01:00
parent 00f7ba65d2
commit 11ebd1ce4f
2 changed files with 1 additions and 3 deletions

View File

@@ -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"));

View File

@@ -1,6 +1,6 @@
TARGET = qtquickplugin
TEMPLATE = lib
CONFIG += plugin meegotouch
CONFIG += plugin
QT += script \
declarative