klayout/src/pymod/pymod.pro

43 lines
567 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = \
db \
tl \
lay \
equals(HAVE_QTBINDINGS, "1") {
equals(HAVE_QT5, "1") {
SUBDIRS += \
QtCore \
QtGui \
QtNetwork \
QtSql \
QtWidgets \
QtDesigner \
QtMultimedia \
QtPrintSupport \
QtSvg \
QtXmlPatterns \
QtXml
} else {
SUBDIRS += \
QtCore \
QtGui \
QtXml \
QtSql \
QtNetwork \
QtDesigner
}
}
ALL_DIRS = $$SUBDIRS
SUBDIRS += unit_tests
SUBDIRS += bridge_sample
unit_tests.depends += $$ALL_DIRS bridge_sample