This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
qt5base-lts
Watch
1
Star
0
Fork
0
You've already forked qt5base-lts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9c016cefe9
qt5base-lts
/
mkspecs
/
features
/
qpa
/
basicunixfontdatabase.prf
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
QtPlatformSupport: A helper library for platform plugins QtPlatformSupport is a static library. Platform plugins are meant to link against this library to pull in dependencies such as fontengines and convenience functions for finding the right GL configs. The linker will only pull in the symbols used, so the size of the library doesn't really matter
2011-06-09 13:56:55 +00:00
contains(QT_CONFIG, system-freetype) {
qpa: Use LIBS_PRIVATE, not LIBS when linking in font database bits. LIBS_PRIVATE is more correct (these shouldn't be part of the public API), and additionally, using LIBS_PRIVATE also ensures these libraries come last on the link command, which fixes builds using -Wl,--as-needed. Change-Id: I9f2e4e78855a30a53ce9013623597b840a2832bd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-05-19 10:37:10 +00:00
LIBS_PRIVATE += -lfreetype
QtPlatformSupport: A helper library for platform plugins QtPlatformSupport is a static library. Platform plugins are meant to link against this library to pull in dependencies such as fontengines and convenience functions for finding the right GL configs. The linker will only pull in the symbols used, so the size of the library doesn't really matter
2011-06-09 13:56:55 +00:00
}
Reference in New Issue
Copy Permalink