Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
11ebd1ce
Commit
11ebd1ce
authored
Nov 24, 2010
by
Marco Bubke
Browse files
QmlDesigner: Disable hardcoded meego support
parent
00f7ba65
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp
View file @
11ebd1ce
...
...
@@ -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
"
));
...
...
src/plugins/qmldesigner/qtquickplugin/qtquickplugin.pri
View file @
11ebd1ce
TARGET = qtquickplugin
TEMPLATE = lib
CONFIG += plugin
meegotouch
CONFIG += plugin
QT += script \
declarative
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment