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.
25 lines
502 B
25 lines
502 B
TEMPLATE = subdirs
|
|
SUBDIRS += hotkey
|
|
SUBDIRS += shortcut
|
|
SUBDIRS += qwtdemo
|
|
SUBDIRS += qcustomplotdemo
|
|
|
|
#这个项目依赖QtDesigner模块,一般在arm上默认没有这个模块需要自行编译
|
|
#所以arm上如果没有QtDesigner模块不要加载下面这个子项目
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5) {
|
|
SUBDIRS += designer
|
|
SUBDIRS -= hotkey
|
|
}
|
|
|
|
#Qt6有些项目还不支持
|
|
greaterThan(QT_MAJOR_VERSION, 5) {
|
|
SUBDIRS -= hotkey
|
|
SUBDIRS -= shortcut
|
|
SUBDIRS -= qwtdemo
|
|
}
|
|
|
|
win32 {
|
|
SUBDIRS += miniblink
|
|
}
|