mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-05 09:50:19 -06:00
drivers qmake added loadable TinyMySql on LIBS
QtCreator will be able to pick and use this path during the Run configuration.
This commit is contained in:
@@ -221,6 +221,11 @@ defineTest(tiny_link_drivers) {
|
||||
include($$TINYORM_SOURCE_TREE/qmake/support/variables.pri)
|
||||
LIBS += $$quote(-L$$clean_path($$TINYORM_BUILD_TREE)/drivers/common$${TINY_BUILD_SUBFOLDER}/)
|
||||
LIBS += -lTinyDrivers
|
||||
|
||||
build_loadable_drivers: \
|
||||
$$isBuildingMySqlDriver: \
|
||||
LIBS += $$quote(-L$$clean_path($$TINYORM_BUILD_TREE)/drivers/mysql$${TINY_BUILD_SUBFOLDER}/)
|
||||
|
||||
export(LIBS)
|
||||
}
|
||||
export(INCLUDEPATH)
|
||||
|
||||
Reference in New Issue
Block a user