综合平台编程器项目的远程存储
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.
 
 
 
 

9 lines
214 B

  1. # 所有测试目标共享的 qmake 基础配置
  2. TEMPLATE = app
  3. CONFIG += console c++17 warn_on
  4. CONFIG -= app_bundle
  5. INCLUDEPATH += $$PWD/../../src $$PWD/..
  6. TEST_SUPPORT_HEADERS = $$PWD/../support/test_support.h