mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 16:25:27 +08:00
qt 6.5.1 original
This commit is contained in:
16
tests/auto/dbus/qdbusconnection_no_app/CMakeLists.txt
Normal file
16
tests/auto/dbus/qdbusconnection_no_app/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_qdbusconnection_no_app Test:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_test(tst_qdbusconnection_no_app
|
||||
SOURCES
|
||||
../qdbusconnection/tst_qdbusconnection.h
|
||||
tst_qdbusconnection_no_app.cpp
|
||||
DEFINES
|
||||
tst_QDBusConnection=tst_QDBusConnection_NoApplication
|
||||
LIBRARIES
|
||||
Qt::DBus
|
||||
)
|
@ -0,0 +1,7 @@
|
||||
// Copyright (C) 2016 Intel Corporation.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
// Ugly hack, look away
|
||||
#include "../qdbusconnection/tst_qdbusconnection.cpp"
|
||||
|
||||
QTEST_APPLESS_MAIN(tst_QDBusConnection_NoApplication)
|
Reference in New Issue
Block a user