You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 所有测试目标共享的 qmake 基础配置
- TEMPLATE = app
- CONFIG += console c++17 warn_on
- CONFIG -= app_bundle
-
- INCLUDEPATH += $$PWD/../../src $$PWD/..
-
- TEST_SUPPORT_HEADERS = $$PWD/../support/test_support.h
|