mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
9 lines
265 B
Plaintext
9 lines
265 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
|