This commit is contained in:
Chocobo1 2018-03-14 23:15:51 +08:00
commit 423511765a
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
16 changed files with 43 additions and 43 deletions

View file

@ -1,5 +1,5 @@
# - macro similar to target_link_libraries, which links Qt components
# names of the components are pased in Qt4/Qt5 agnostic way (Core, DBus, Xml...)
# names of the components are passed in Qt4/Qt5 agnostic way (Core, DBus, Xml...)
# and the macro links Qt4 ones if QT4_FOUND is set or Qt5 ones if not
macro (target_link_qt_components target)