make property name doc match reality
it's QT_INSTALL_CONFIGURATION, not QT_INSTALL_SETTINGS. probably the most useless of all properties, but anyway. Change-Id: Ia1e739ab4ed59e2bcd3199914caed2b3db9070ee Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
4b0ad2fcc8
commit
00fe7bd975
@ -10,7 +10,7 @@ message(Binary files (executables): $$[QT_INSTALL_BINS])
|
||||
message(Plugins: $$[QT_INSTALL_PLUGINS])
|
||||
message(Data files: $$[QT_INSTALL_DATA])
|
||||
message(Translation files: $$[QT_INSTALL_TRANSLATIONS])
|
||||
message(Settings: $$[QT_INSTALL_SETTINGS])
|
||||
message(Settings: $$[QT_INSTALL_CONFIGURATION])
|
||||
message(Examples: $$[QT_INSTALL_EXAMPLES])
|
||||
#! [0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user