mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-29 23:45:50 +08:00
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
|