This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
qt5base-lts
Watch
1
Star
0
Fork
0
You've already forked qt5base-lts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
09f254fcc0
qt5base-lts
/
tests
/
auto
/
gui
/
itemmodels
/
itemmodels.pro
8 lines
132 B
Prolog
Raw
Normal View
History
Unescape
Escape
Move QStandardItem/QStandardItemModel to QtGui The dependencies on QFont, QBrush, QIcon are all in QtGui, so there's little sense to still have these classes in QtWidgets. This also copies and pastes a version of QWidgetItemData as QStandardItemData inside qstandarditemmodel_p.h. Change-Id: Ibafc5a30748e7ce0b54753309ae6dc4a797fc20e Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
2012-06-26 16:30:57 +00:00
TEMPLATE
=
subdirs
SUBDIRS
=
\
qstandarditem
\
tests: disable qstandarditemmodel test when building without QtWidgets This test uses QTreeView. Change-Id: I6ba56ad6ec3687a5b90d516be10d6f88e248d53d Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
2012-07-30 03:44:10 +00:00
qstandarditemmodel
add and use qtHaveModule() function this is much more elegant than the so far propagated !isEmpty(QT.foo.name). also replace feature-specific tests (no-gui and no-widgets) and the obsolete contains(QT_CONFIG, foo) syntax. Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-12-21 11:09:56 +00:00
!
qtHaveModule
(
widgets
)
:
SUBDIRS
-=
\
tests: disable qstandarditemmodel test when building without QtWidgets This test uses QTreeView. Change-Id: I6ba56ad6ec3687a5b90d516be10d6f88e248d53d Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
2012-07-30 03:44:10 +00:00
qstandarditemmodel
Reference in New Issue
Copy Permalink