Moved tests into integrationtests/ and widgets/

Task-number: QTBUG-19013

Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
This commit is contained in:
Jo Asplin 2011-10-20 13:17:26 +02:00 committed by Qt by Nokia
parent 78d02e93ac
commit 9f1aa866bd
765 changed files with 270 additions and 238 deletions

View File

@ -5,6 +5,7 @@ SUBDIRS += \
dbus \
host.pro \
gui.pro \
integrationtests \
network.pro \
opengl \
sql \
@ -13,6 +14,7 @@ SUBDIRS += \
v8.pro \
xml \
other.pro \
widgets \
cross_compile: SUBDIRS -= host.pro
cross_compile: SUBDIRS -= tools

View File

@ -1,7 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
corelib \
collections \
exceptionsafety \
qobjectrace \
utf8

View File

@ -13,7 +13,7 @@ SUBDIRS=\
qsignalmapper \
qsocketnotifier \
qtimer \
# qtipc \ # needs to be moved to qtscript
# qtipc \ # needs to be moved to qtscript (and note that it uses private API)
qtranslator \
qvariant \
qwineventnotifier

View File

@ -1,9 +1,7 @@
load(qttest_p4)
INCLUDEPATH += $$PWD/../../../modeltest
mtdir = ../../../integrationtests/modeltest
INCLUDEPATH += $$PWD/$${mtdir}
QT += widgets
SOURCES += tst_qabstractitemmodel.cpp ../../../modeltest/dynamictreemodel.cpp ../../../modeltest/modeltest.cpp
HEADERS += ../../../modeltest/dynamictreemodel.h ../../../modeltest/modeltest.h
SOURCES += tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
HEADERS += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h

View File

@ -6,130 +6,9 @@
TEMPLATE=subdirs
SUBDIRS=\
gui \
gestures \
languagechange \
modeltest \
qabstractbutton \
qabstractitemview \
qabstractprintdialog \
qabstractproxymodel \
qabstractscrollarea \
qabstractslider \
qabstractspinbox \
qaction \
qactiongroup \
qapplication \
qboxlayout \
qbuttongroup \
qcalendarwidget \
qcheckbox \
qcolordialog \
qcolumnview \
qcommandlinkbutton \
qcompleter \
qcomplextext \
qdatawidgetmapper \
qdatetimeedit \
qdesktopwidget \
qdial \
qdialog \
qdialogbuttonbox \
qdirmodel \
qdockwidget \
qdoublespinbox \
qdoublevalidator \
qerrormessage \
qfiledialog \
qfiledialog2 \
qfileiconprovider \
qfilesystemmodel \
qfocusframe \
qfontcombobox \
qfontdialog \
qformlayout \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicseffect \
qgraphicseffectsource \
qgraphicsgridlayout \
qgraphicsitem \
qgraphicsitemanimation \
qgraphicslayout \
qgraphicslayoutitem \
qgraphicslinearlayout \
qgraphicsobject \
qgraphicspixmapitem \
qgraphicspolygonitem \
qgraphicsproxywidget \
qgraphicsscene \
qgraphicssceneindex \
qgraphicstransform \
qgraphicsview \
qgraphicswidget \
qgridlayout \
qgroupbox \
qheaderview \
qidentityproxymodel \
qinputcontext \
qinputdialog \
qintvalidator \
qitemdelegate \
qitemeditorfactory \
qitemselectionmodel \
qitemview \
qlabel \
qlcdnumber \
qlineedit \
qlistview \
qlistwidget \
qmacstyle \
qmainwindow \
qmdisubwindow \
qmessagebox \
qnetworkaccessmanager_and_qprogressdialog \
qopengl \
qplaintextedit \
qprogressbar \
qprogressdialog \
qpushbutton \
qradiobutton \
qregexpvalidator \
qscrollarea \
qscrollbar \
qscroller \
qsharedpointer_and_qwidget \
qsidebar \
qsizegrip \
qslider \
qsortfilterproxymodel \
qsound \
qspinbox \
qstackedlayout \
qstackedwidget \
qstandarditem \
qstandarditemmodel \
qstatusbar \
qstringlistmodel \
qstyle \
qstyleoption \
qstylesheetstyle \
qsystemtrayicon \
qtabbar \
qtableview \
qtablewidget \
qtoolbar \
qtoolbox \
qtooltip \
qtransformedscreen \
qtreeview \
qtreewidget \
qtreewidgetitemiterator \
qundogroup \
qundostack \
qwidget_window \
qwidgetaction \
qwindowsurface \
qwizard \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem \
@ -139,13 +18,6 @@ SUBDIRS=\
mac*:SUBDIRS -= \
qwindowsurface \
# This test can only be run on Mac OS
!mac:SUBDIRS -= \
qmacstyle \
# This test takes too long to run on IRIX, so skip it on that platform
irix-*:SUBDIRS -= qitemview
# These tests are only valid for QWS
!embedded|wince*:SUBDIRS -= \
qtransformedscreen \
@ -153,28 +25,3 @@ irix-*:SUBDIRS -= qitemview
qwsinputmethod \
qwswindowsystem \
# These tests require the cleanlooks style
!contains(styles, cleanlooks):SUBDIRS -= \
qgraphicswidget \
qgraphicsproxywidget \
win32:SUBDIRS -= qtextpiecetable
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcolumnview \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicsitem \
qgraphicsscene \
qgraphicssceneindex \
qlistwidget \
qmainwindow \
qpathclipper \
qpixmapcache \
qsidebar \
qstylesheetstyle \
qtextlayout \
qtextpiecetable \
qtipc \
qtoolbar \

View File

@ -0,0 +1,35 @@
TEMPLATE=subdirs
SUBDIRS=\
collections \
exceptionsafety \
exceptionsafety_objects \
gestures \
lancelot \
languagechange \
macgui \
macnativeevents \
macplist \
modeltest \
networkselftest \
qaccessibility \
qcomplextext \
qdirectpainter \
qfocusevent \
qmultiscreen \
qnetworkaccessmanager_and_qprogressdialog \
qsharedpointer_and_qwidget \
windowsmobile \
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
!mac|qpa: SUBDIRS -= \
macgui \
macnativeevents \
macplist \
!embedded|wince*: SUBDIRS -= \
qdirectpainter \
qmultiscreen \
!linux*-g++*:SUBDIRS -= exceptionsafety_objects

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

View File

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 826 B

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

View File

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 205 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View File

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B

View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View File

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 788 B

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View File

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

@ -7,7 +7,7 @@ SOURCES += tst_lancelot.cpp \
HEADERS += paintcommands.h
RESOURCES += images.qrc
include($$PWD/../../baselineserver/shared/qbaselinetest.pri)
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
linux-g++-maemo:DEFINES += USE_RUNTIME_DIR

Some files were not shown because too many files have changed in this diff Show More