forked from qt-creator/qt-creator
Adding scripttools and multimedia modules to the project wizard.
modified: src/plugins/qt4projectmanager/qtmodulesinfo.cpp
This commit is contained in:
@@ -74,6 +74,10 @@ const itemVectorType itemVector()
|
|||||||
QCoreApplication::translate("QtModulesInfo", "QtScript Module"),
|
QCoreApplication::translate("QtModulesInfo", "QtScript Module"),
|
||||||
QCoreApplication::translate("QtModulesInfo", "Classes for evaluating Qt Scripts"),
|
QCoreApplication::translate("QtModulesInfo", "Classes for evaluating Qt Scripts"),
|
||||||
false},
|
false},
|
||||||
|
{"scripttools",
|
||||||
|
QCoreApplication::translate("QtModulesInfo", "QtScriptTools Module"),
|
||||||
|
QCoreApplication::translate("QtModulesInfo", "Additional Qt Script components"),
|
||||||
|
false},
|
||||||
{"svg",
|
{"svg",
|
||||||
QCoreApplication::translate("QtModulesInfo", "QtSvg Module"),
|
QCoreApplication::translate("QtModulesInfo", "QtSvg Module"),
|
||||||
QCoreApplication::translate("QtModulesInfo", "Classes for displaying the contents of SVG files"),
|
QCoreApplication::translate("QtModulesInfo", "Classes for displaying the contents of SVG files"),
|
||||||
@@ -94,6 +98,10 @@ const itemVectorType itemVector()
|
|||||||
QCoreApplication::translate("QtModulesInfo", "Phonon Module"),
|
QCoreApplication::translate("QtModulesInfo", "Phonon Module"),
|
||||||
QCoreApplication::translate("QtModulesInfo", "Multimedia framework classes"),
|
QCoreApplication::translate("QtModulesInfo", "Multimedia framework classes"),
|
||||||
false},
|
false},
|
||||||
|
{"multimedia",
|
||||||
|
QCoreApplication::translate("QtModulesInfo", "QtMultimedia Module"),
|
||||||
|
QCoreApplication::translate("QtModulesInfo", "Classes for low-level multimedia functionality"),
|
||||||
|
false},
|
||||||
{"qt3support",
|
{"qt3support",
|
||||||
QCoreApplication::translate("QtModulesInfo", "Qt3Support Module"),
|
QCoreApplication::translate("QtModulesInfo", "Qt3Support Module"),
|
||||||
QCoreApplication::translate("QtModulesInfo", "Classes that ease porting from Qt 3 to Qt 4"),
|
QCoreApplication::translate("QtModulesInfo", "Classes that ease porting from Qt 3 to Qt 4"),
|
||||||
|
Reference in New Issue
Block a user