2285dd6f10
This patch renames some of the manual test by prefixing them with
tst_manual_ to make sure they are unique in the project structure. This
is a requirement for the CMake port.
Change-Id: I83e2152826e0f95c3378374ab1c9992412022109
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
(cherry picked from commit 63a1a30a01
)
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
14 lines
196 B
Prolog
14 lines
196 B
Prolog
QT += testlib
|
|
|
|
TARGET = tst_manual_qdesktopservices
|
|
CONFIG += cmdline
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += tst_qdesktopservices.cpp
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
OTHER_FILES += \
|
|
test.txt
|