klayout/src/plugins/tools/view_25d/view_25d.pro

17 lines
208 B
Prolog
Raw Normal View History

2020-04-05 18:22:45 +02:00
TEMPLATE = subdirs
!equals(HAVE_QT, "0") {
contains(QT_CONFIG, opengl) {
greaterThan(QT_MAJOR_VERSION, 4) {
SUBDIRS = lay_plugin unit_tests
}
unit_tests.depends += lay_plugin
}
}