mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 18:32:10 -05:00
Add THELIBS_INSTALL_QT_PLUGINS
This commit is contained in:
parent
3f8d5e1e05
commit
91f97c291f
1 changed files with 4 additions and 0 deletions
|
@ -39,5 +39,9 @@ equals(THELIBS_INSTALL_SETTINGS, "") {
|
||||||
THELIBS_INSTALL_SETTINGS = /etc
|
THELIBS_INSTALL_SETTINGS = /etc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
equals(THELIBS_INSTALL_QT_PLUGINS, "") {
|
||||||
|
THELIBS_INSTALL_QT_PLUGINS = $$[QT_INSTALL_PLUGINS]
|
||||||
|
}
|
||||||
|
|
||||||
DEFINES += SYSTEM_LIBRARY_DIRECTORY=\\\"$$THELIBS_INSTALL_LIB\\\"
|
DEFINES += SYSTEM_LIBRARY_DIRECTORY=\\\"$$THELIBS_INSTALL_LIB\\\"
|
||||||
DEFINES += SYSTEM_PREFIX_DIRECTORY=\\\"$$THELIBS_INSTALL_PREFIX\\\"
|
DEFINES += SYSTEM_PREFIX_DIRECTORY=\\\"$$THELIBS_INSTALL_PREFIX\\\"
|
||||||
|
|
Loading…
Reference in a new issue