mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 21:39:52 +08:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5 and above")
|
|
|
|
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 12): error("requires Qt 5.12 and above")
|
|
|
|
QT += core gui widgets network svg webenginewidgets webchannel
|
|
QT += testlib
|
|
|
|
CONFIG += c++14 testcase
|
|
|
|
CONFIG += no_testcase_installs
|