Migrate to CMake to build the entire project

This commit is contained in:
Simon Brunel
2020-01-11 19:10:19 +01:00
parent 7f9013a878
commit 6639ea52db
95 changed files with 297 additions and 269 deletions

View File

@ -0,0 +1,6 @@
qtpromise_add_test(exceptions
SOURCES
tst_exceptions.cpp
LIBRARIES
Qt5::Concurrent
)

View File

@ -1,5 +0,0 @@
QT += concurrent
TARGET = tst_exceptions
SOURCES += $$PWD/tst_exceptions.cpp
include(../qtpromise.pri)