This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtactiveqt
mirror of
https://github.com/qt/qtactiveqt.git
Watch
1
Star
0
Fork
You've already forked qtactiveqt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6eddb4ccd9
qtactiveqt
/
tools
/
dumpcpp
/
dumpcpp.pro
7 lines
86 B
Prolog
Raw
Normal View
History
Unescape
Escape
remove useless CONFIG+=console qt_tool.prf already does that Change-Id: I8adac2d5adda6c9a0ebc2cfb460ccbf01e90d44d Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-10-26 18:06:02 +00:00
CONFIG
+=
qaxcontainer
Fix dumpcpp tool to work with revision 7 metaobject format. Dumpcpp tool still generated revision 1 moc format, so generated code would no longer compile. Ported relevant revision 7 generation code from moc tool to dumpcpp tool. Also squashed multiple generated string tables into a single string table. QVariant::nameToType(typeName) no longer returns UserType for QVariant, so fixed few comparisons to take this into account. Removed warning print from MetaObjectGenerator::addProperty(), as this just spams warnings unnecessarily when generating properties. Normally the required metatypes are not registered at time of generation (e.g. when running dumpcpp tool). Note that the check for this warning was buggy in Qt4, so it already never printed there. Added a simple autotest to verify dumpcpp generates working code. Task-number: QTBUG-26587 Change-Id: If12d2301890c209e7fbcb3bc054791a1c9d492c3 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
2012-09-03 12:38:39 +00:00
QT
+=
widgets
core
-
private
Initial import from the monolithic Qt. This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
2011-04-27 10:05:43 +00:00
Fix dumpcpp tool to work with revision 7 metaobject format. Dumpcpp tool still generated revision 1 moc format, so generated code would no longer compile. Ported relevant revision 7 generation code from moc tool to dumpcpp tool. Also squashed multiple generated string tables into a single string table. QVariant::nameToType(typeName) no longer returns UserType for QVariant, so fixed few comparisons to take this into account. Removed warning print from MetaObjectGenerator::addProperty(), as this just spams warnings unnecessarily when generating properties. Normally the required metatypes are not registered at time of generation (e.g. when running dumpcpp tool). Note that the check for this warning was buggy in Qt4, so it already never printed there. Added a simple autotest to verify dumpcpp generates working code. Task-number: QTBUG-26587 Change-Id: If12d2301890c209e7fbcb3bc054791a1c9d492c3 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
2012-09-03 12:38:39 +00:00
SOURCES
=
main
.
cpp
Active Qt: Move idc tool here. Fix targets of tools. Change-Id: I8886d0aa3a3e7b62337709afbdbc953a90914f1d Reviewed-on: http://codereview.qt-project.org/6341 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-10-10 13:36:16 +00:00
Fix dumpcpp tool to work with revision 7 metaobject format. Dumpcpp tool still generated revision 1 moc format, so generated code would no longer compile. Ported relevant revision 7 generation code from moc tool to dumpcpp tool. Also squashed multiple generated string tables into a single string table. QVariant::nameToType(typeName) no longer returns UserType for QVariant, so fixed few comparisons to take this into account. Removed warning print from MetaObjectGenerator::addProperty(), as this just spams warnings unnecessarily when generating properties. Normally the required metatypes are not registered at time of generation (e.g. when running dumpcpp tool). Note that the check for this warning was buggy in Qt4, so it already never printed there. Added a simple autotest to verify dumpcpp generates working code. Task-number: QTBUG-26587 Change-Id: If12d2301890c209e7fbcb3bc054791a1c9d492c3 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
2012-09-03 12:38:39 +00:00
load
(
qt_tool
)