新增超级曲线图表
This commit is contained in:
@@ -2,6 +2,7 @@ TEMPLATE = subdirs
|
||||
SUBDIRS += hotkey
|
||||
SUBDIRS += shortcut
|
||||
SUBDIRS += qwtdemo
|
||||
SUBDIRS += qcustomplotdemo
|
||||
|
||||
#这个项目依赖QtDesigner模块,一般在arm上默认没有这个模块需要自行编译
|
||||
#所以arm上如果没有QtDesigner模块不要加载下面这个子项目
|
||||
@@ -13,9 +14,10 @@ SUBDIRS -= hotkey
|
||||
|
||||
#Qt6有些项目还不支持
|
||||
greaterThan(QT_MAJOR_VERSION, 5) {
|
||||
SUBDIRS -= qwtdemo
|
||||
SUBDIRS -= hotkey
|
||||
SUBDIRS -= shortcut
|
||||
SUBDIRS -= qwtdemo
|
||||
SUBDIRS -= qcustomplotdemo
|
||||
}
|
||||
|
||||
win32 {
|
||||
|
||||
Reference in New Issue
Block a user