tests: fix private header inclusion in qtbase autotests
Any test which needs private headers from some Qt module must do: QT += modulename-private Reviewed-by: Jason McDonald Change-Id: I6924a577a960e4990f4379b02bca4822d8248fb4
This commit is contained in:
parent
838cf9abd9
commit
fda40e37df
@ -1,3 +1,4 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += core-private
|
||||||
SOURCES += tst_languagechange.cpp
|
SOURCES += tst_languagechange.cpp
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_nativeimagehandleprovider.cpp
|
SOURCES += tst_nativeimagehandleprovider.cpp
|
||||||
symbian {
|
symbian {
|
||||||
LIBS += -lfbscli -lbitgdi
|
LIBS += -lfbscli -lbitgdi
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += ../tst_qapplication.cpp
|
SOURCES += ../tst_qapplication.cpp
|
||||||
TARGET = ../tst_qapplication
|
TARGET = ../tst_qapplication
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ load(qttest_p4)
|
|||||||
SOURCES += tst_qbytearray.cpp
|
SOURCES += tst_qbytearray.cpp
|
||||||
|
|
||||||
|
|
||||||
QT = core
|
QT = core core-private
|
||||||
|
|
||||||
wince*|symbian {
|
wince*|symbian {
|
||||||
addFile.files = rfc3252.txt
|
addFile.files = rfc3252.txt
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qchar.cpp
|
SOURCES += tst_qchar.cpp
|
||||||
|
|
||||||
QT = core
|
QT = core core-private
|
||||||
|
|
||||||
wince*|symbian: {
|
wince*|symbian: {
|
||||||
deploy.files += NormalizationTest.txt
|
deploy.files += NormalizationTest.txt
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += core-private gui-private
|
||||||
SOURCES += tst_qcomplextext.cpp
|
SOURCES += tst_qcomplextext.cpp
|
||||||
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
SOURCES += tst_qdatetime.cpp
|
SOURCES += tst_qdatetime.cpp
|
||||||
QT = core
|
QT = core core-private
|
||||||
|
|
||||||
# For some reason using optimization here triggers a compiler issue, which causes an exception
|
# For some reason using optimization here triggers a compiler issue, which causes an exception
|
||||||
# However, the code is correct
|
# However, the code is correct
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core
|
QT = core core-private
|
||||||
contains(QT_CONFIG,dbus): {
|
contains(QT_CONFIG,dbus): {
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
@ -3,5 +3,4 @@ SOURCES += ../tst_qdbusabstractadaptor.cpp
|
|||||||
HEADERS += ../myobject.h
|
HEADERS += ../myobject.h
|
||||||
TARGET = ../tst_qdbusabstractadaptor
|
TARGET = ../tst_qdbusabstractadaptor
|
||||||
|
|
||||||
QT = core
|
QT = core core-private dbus
|
||||||
QT += dbus
|
|
||||||
|
@ -3,5 +3,4 @@ SOURCES += ../tst_qdbusinterface.cpp
|
|||||||
HEADERS += ../myobject.h
|
HEADERS += ../myobject.h
|
||||||
TARGET = ../tst_qdbusinterface
|
TARGET = ../tst_qdbusinterface
|
||||||
|
|
||||||
QT = core
|
QT = core core-private dbus
|
||||||
QT += dbus
|
|
||||||
|
@ -4,6 +4,8 @@ contains(QT_CONFIG,dbus): {
|
|||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
SUBDIRS = qpong test
|
SUBDIRS = qpong test
|
||||||
|
|
||||||
|
QT += core-private
|
||||||
|
|
||||||
requires(contains(QT_CONFIG,private_tests))
|
requires(contains(QT_CONFIG,private_tests))
|
||||||
} else {
|
} else {
|
||||||
SOURCES += dummy.cpp
|
SOURCES += dummy.cpp
|
||||||
|
@ -2,7 +2,7 @@ load(qttest_p4)
|
|||||||
QT = core
|
QT = core
|
||||||
contains(QT_CONFIG,dbus): {
|
contains(QT_CONFIG,dbus): {
|
||||||
SOURCES += tst_qdbusmetaobject.cpp
|
SOURCES += tst_qdbusmetaobject.cpp
|
||||||
QT += dbus
|
QT += dbus dbus-private
|
||||||
} else {
|
} else {
|
||||||
SOURCES += ../qdbusmarshall/dummy.cpp
|
SOURCES += ../qdbusmarshall/dummy.cpp
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core
|
QT = core core-private
|
||||||
contains(QT_CONFIG,dbus): {
|
contains(QT_CONFIG,dbus): {
|
||||||
SOURCES += tst_qdbustype.cpp
|
SOURCES += tst_qdbustype.cpp
|
||||||
QT += dbus
|
QT += dbus dbus-private
|
||||||
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS
|
||||||
LIBS_PRIVATE += $$QT_LIBS_DBUS
|
LIBS_PRIVATE += $$QT_LIBS_DBUS
|
||||||
} else {
|
} else {
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core
|
QT = core core-private
|
||||||
contains(QT_CONFIG,dbus): {
|
contains(QT_CONFIG,dbus): {
|
||||||
SOURCES += tst_qdbusxmlparser.cpp
|
SOURCES += tst_qdbusxmlparser.cpp
|
||||||
QT += dbus
|
QT += dbus dbus-private
|
||||||
} else {
|
} else {
|
||||||
SOURCES += ../qdbusmarshall/dummy.cpp
|
SOURCES += ../qdbusmarshall/dummy.cpp
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qdockwidget.cpp
|
SOURCES += tst_qdockwidget.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
############################################################
|
|
||||||
# Project file for autotest for file qfiledialog.h
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qfiledialog2.cpp
|
SOURCES += tst_qfiledialog2.cpp
|
||||||
|
|
||||||
wince*|symbian {
|
wince*|symbian {
|
||||||
|
@ -3,6 +3,6 @@ load(qttest_p4)
|
|||||||
SOURCES += tst_qfilesystementry.cpp \
|
SOURCES += tst_qfilesystementry.cpp \
|
||||||
../../../src/corelib/io/qfilesystementry.cpp
|
../../../src/corelib/io/qfilesystementry.cpp
|
||||||
HEADERS += ../../../src/corelib/io/qfilesystementry_p.h
|
HEADERS += ../../../src/corelib/io/qfilesystementry_p.h
|
||||||
QT = core
|
QT = core core-private
|
||||||
|
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qfontdialog.cpp
|
SOURCES += tst_qfontdialog.cpp
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
|
@ -2,7 +2,7 @@ load(qttest_p4)
|
|||||||
SOURCES += tst_qftp.cpp
|
SOURCES += tst_qftp.cpp
|
||||||
|
|
||||||
|
|
||||||
QT = core network
|
QT = core network network-private
|
||||||
|
|
||||||
wince*: {
|
wince*: {
|
||||||
addFiles.files = rfc3252.txt
|
addFiles.files = rfc3252.txt
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
DEFINES += QT_STRICT_ITERATORS
|
DEFINES += QT_STRICT_ITERATORS
|
||||||
SOURCES += tst_qfuture.cpp
|
SOURCES += tst_qfuture.cpp
|
||||||
QT = core
|
QT = core core-private
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qfuturewatcher.cpp
|
SOURCES += tst_qfuturewatcher.cpp
|
||||||
QT = core
|
QT = core core-private
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicseffect.cpp
|
SOURCES += tst_qgraphicseffect.cpp
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicseffectsource.cpp
|
SOURCES += tst_qgraphicseffectsource.cpp
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicsobject.cpp
|
SOURCES += tst_qgraphicsobject.cpp
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicsproxywidget.cpp
|
SOURCES += tst_qgraphicsproxywidget.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
||||||
DEFINES += QT_NO_CAST_TO_ASCII
|
DEFINES += QT_NO_CAST_TO_ASCII
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgraphicswidget.cpp
|
SOURCES += tst_qgraphicswidget.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qgridlayout.cpp
|
SOURCES += tst_qgridlayout.cpp
|
||||||
FORMS += sortdialog.ui
|
FORMS += sortdialog.ui
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qheaderview.cpp
|
SOURCES += tst_qheaderview.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qimage.cpp
|
SOURCES += tst_qimage.cpp
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
wince*: {
|
wince*: {
|
||||||
addImages.files = images/*
|
addImages.files = images/*
|
||||||
addImages.path = images
|
addImages.path = images
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qimagereader.cpp
|
SOURCES += tst_qimagereader.cpp
|
||||||
MOC_DIR=tmp
|
MOC_DIR=tmp
|
||||||
QT += network
|
QT += core-private gui-private network
|
||||||
RESOURCES += qimagereader.qrc
|
RESOURCES += qimagereader.qrc
|
||||||
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qkeysequence.cpp
|
SOURCES += tst_qkeysequence.cpp
|
||||||
|
|
||||||
RESOURCES += qkeysequence.qrc
|
RESOURCES += qkeysequence.qrc
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qlabel.cpp
|
SOURCES += tst_qlabel.cpp
|
||||||
wince*::DEFINES += SRCDIR=\\\"\\\"
|
wince*::DEFINES += SRCDIR=\\\"\\\"
|
||||||
else:!symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
else:!symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
############################################################
|
|
||||||
# Project file for autotest for file qlayout.h
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_qlayout.cpp
|
SOURCES += tst_qlayout.cpp
|
||||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||||
wince*|symbian: {
|
wince*|symbian: {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
SOURCES += tst_qmdiarea.cpp
|
SOURCES += tst_qmdiarea.cpp
|
||||||
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
|
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qnetworkcookiejar.cpp
|
SOURCES += tst_qnetworkcookiejar.cpp
|
||||||
|
|
||||||
QT = core network
|
QT = core core-private network network-private
|
||||||
symbian: TARGET.CAPABILITY = NetworkServices
|
symbian: TARGET.CAPABILITY = NetworkServices
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||||
SOURCES += tst_qpainter.cpp
|
SOURCES += tst_qpainter.cpp
|
||||||
wince*|symbian: {
|
wince*|symbian: {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core gui
|
QT = core core-private gui gui-private
|
||||||
SOURCES += tst_qpauseanimation.cpp
|
SOURCES += tst_qpauseanimation.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qpixmap.cpp
|
SOURCES += tst_qpixmap.cpp
|
||||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||||
wince*|symbian: {
|
wince*|symbian: {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_qpixmapfilter.cpp
|
SOURCES += tst_qpixmapfilter.cpp
|
||||||
|
|
||||||
wince*: {
|
wince*: {
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
INCLUDEPATH += ../
|
INCLUDEPATH += ../
|
||||||
|
|
||||||
HEADERS +=
|
HEADERS +=
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core gui
|
|
||||||
|
QT = core core-private gui gui-private
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
tst_qrawfont.cpp
|
tst_qrawfont.cpp
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_qregion.cpp
|
SOURCES += tst_qregion.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qringbuffer.cpp
|
SOURCES += tst_qringbuffer.cpp
|
||||||
|
|
||||||
QT = core
|
QT = core core-private
|
||||||
|
|
||||||
|
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private
|
||||||
|
|
||||||
SOURCES += tst_qsettings.cpp
|
SOURCES += tst_qsettings.cpp
|
||||||
RESOURCES += qsettings.qrc
|
RESOURCES += qsettings.qrc
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qsql.cpp
|
SOURCES += tst_qsql.cpp
|
||||||
|
|
||||||
QT += sql
|
QT += sql sql-private
|
||||||
|
|
||||||
contains(QT_CONFIG, qt3support): QT += qt3support
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qstandarditemmodel.cpp
|
SOURCES += tst_qstandarditemmodel.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core gui
|
QT = core core-private gui
|
||||||
SOURCES += tst_qstatemachine.cpp
|
SOURCES += tst_qstatemachine.cpp
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT = core gui
|
QT = core core-private gui gui-private
|
||||||
SOURCES += tst_qstatictext.cpp
|
SOURCES += tst_qstatictext.cpp
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
||||||
SOURCES += tst_qtableview.cpp
|
SOURCES += tst_qtableview.cpp
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
INCLUDEPATH += ../
|
INCLUDEPATH += ../
|
||||||
|
|
||||||
HEADERS +=
|
HEADERS +=
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_tessellator.cpp testtessellator.cpp oldtessellator.cpp utils.cpp simple.cpp dataparser.cpp arc.cpp
|
SOURCES += tst_tessellator.cpp testtessellator.cpp oldtessellator.cpp utils.cpp simple.cpp dataparser.cpp arc.cpp
|
||||||
HEADERS += oldtessellator.h testtessellator.h utils.h XRenderFake.h simple.h qnum.h dataparser.h arc.h
|
HEADERS += oldtessellator.h testtessellator.h utils.h XRenderFake.h simple.h qnum.h dataparser.h arc.h
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qtextblock.cpp
|
SOURCES += tst_qtextblock.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT += xml
|
QT += core-private gui-private xml
|
||||||
HEADERS += common.h
|
HEADERS += common.h
|
||||||
SOURCES += tst_qtextdocument.cpp
|
SOURCES += tst_qtextdocument.cpp
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qtextdocumentfragment.cpp
|
SOURCES += tst_qtextdocumentfragment.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qtextlist.cpp
|
SOURCES += tst_qtextlist.cpp
|
||||||
HEADERS += ../qtextdocument/common.h
|
HEADERS += ../qtextdocument/common.h
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
HEADERS +=
|
HEADERS +=
|
||||||
SOURCES += tst_qtextscriptengine.cpp
|
SOURCES += tst_qtextscriptengine.cpp
|
||||||
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_qvolatileimage.cpp
|
SOURCES += tst_qvolatileimage.cpp
|
||||||
|
|
||||||
symbian {
|
symbian {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += core-private gui-private
|
||||||
|
|
||||||
SOURCES += tst_qwidget.cpp
|
SOURCES += tst_qwidget.cpp
|
||||||
RESOURCES = qwidget.qrc
|
RESOURCES = qwidget.qrc
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += gui-private
|
||||||
|
|
||||||
SOURCES += tst_qwindowsurface.cpp
|
SOURCES += tst_qwindowsurface.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_benchlibtickcounter.cpp
|
SOURCES += tst_benchlibtickcounter.cpp
|
||||||
QT = core
|
QT = core testlib-private
|
||||||
|
|
||||||
mac:CONFIG -= app_bundle
|
mac:CONFIG -= app_bundle
|
||||||
CONFIG -= debug_and_release_target
|
CONFIG -= debug_and_release_target
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += ../tst_selftests.cpp
|
SOURCES += ../tst_selftests.cpp
|
||||||
QT += core xml
|
QT += core xml testlib-private
|
||||||
|
|
||||||
TARGET = ../tst_selftests
|
TARGET = ../tst_selftests
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user