eb5749e8d9
It was doing tricks with URLs that it shouldn't be doing... including running QDir::toNativeSeparators on a URL. Task-number: QTBUG-32311 Change-Id: I5b6f640919956998c00dcf507f931045f21a9e53 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
15 lines
212 B
Prolog
15 lines
212 B
Prolog
QT += testlib
|
|
|
|
TARGET = tst_qdesktopservices
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += tst_qdesktopservices.cpp
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
OTHER_FILES += \
|
|
test.txt
|