mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-06 17:25:22 +08:00
Migrate to CMake to build the entire project
This commit is contained in:
6
tests/auto/qtpromise/exceptions/CMakeLists.txt
Normal file
6
tests/auto/qtpromise/exceptions/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
qtpromise_add_test(exceptions
|
||||
SOURCES
|
||||
tst_exceptions.cpp
|
||||
LIBRARIES
|
||||
Qt5::Concurrent
|
||||
)
|
@ -1,5 +0,0 @@
|
||||
QT += concurrent
|
||||
TARGET = tst_exceptions
|
||||
SOURCES += $$PWD/tst_exceptions.cpp
|
||||
|
||||
include(../qtpromise.pri)
|
Reference in New Issue
Block a user