Files
TinyORM/drivers/drivers.pro
silverqx e24064b7fd qmake moved all feature to private/ folder
Moved all features which aren't used through CONFIG+=xyz and are loaded
using the load(private/xyz) function to the qmake/features/private/
folder.

Currently, the qmake/features/ folder contains only features which
should be used using the CONFIG+= qmake variable.
2024-06-25 13:44:52 +02:00

12 lines
175 B
Prolog

TEMPLATE = subdirs
load(private/tiny_drivers)
SUBDIRS = common
build_loadable_drivers: \
tiny_is_building_driver(mysql) {
SUBDIRS += mysql
mysql.depends = common
}