Moved autotests in category 'other' into new directory structure
Task-number: QTBUG-21327 Change-Id: I296063b665809e0411a7546fc9b41a287317ecb7 Reviewed-on: http://codereview.qt-project.org/4326 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
c59f9ad776
commit
0a208dd413
|
|
@ -6,7 +6,7 @@ SUBDIRS += \
|
|||
network.pro \
|
||||
sql \
|
||||
xml \
|
||||
other.pro
|
||||
other
|
||||
|
||||
!cross_compile: SUBDIRS += host.pro
|
||||
contains(QT_CONFIG, opengl): SUBDIRS += opengl.pro
|
||||
|
|
|
|||
|
|
@ -5,7 +5,5 @@ SUBDIRS=\
|
|||
exceptionsafety \
|
||||
qobjectrace \
|
||||
qsignalspy \
|
||||
qtmd5 \
|
||||
qtokenautomaton \
|
||||
selftests \
|
||||
utf8
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
compiler \
|
||||
headersclean \
|
||||
maketestselftest \
|
||||
moc \
|
||||
uic \
|
||||
qmake \
|
||||
rcc \
|
||||
#atwrapper \ # QTBUG-19452: This test needs to be reworked or discarded
|
||||
#uiloader \ # QTBUG-19453: this test has hardcoded machine names etc.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += testlib
|
||||
QT += testlib widgets
|
||||
|
||||
TARGET = tst_baselineexample
|
||||
CONFIG += console
|
||||
|
|
@ -15,4 +15,4 @@ TEMPLATE = app
|
|||
SOURCES += tst_baselineexample.cpp
|
||||
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
||||
|
||||
include($$PWD/../../baselineserver/shared/qbaselinetest.pri)
|
||||
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qtmd5 \
|
||||
qtokenautomaton \
|
||||
baselineexample \
|
||||
|
||||
!cross_compile: SUBDIRS += \
|
||||
compiler \
|
||||
headersclean \
|
||||
maketestselftest \
|
||||
# atwrapper \ # QTBUG-19452
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
include(../solutions.pri)
|
||||
include(../../solutions.pri)
|
||||
|
||||
!contains(DEFINES, QT_NO_SOLUTIONS) {
|
||||
include($${SOLUTIONBASEDIR}/utils/qtmd5/src/qtmd5.pri)
|
||||
Loading…
Reference in New Issue