Skip to content

Commit

Permalink
🔊 add message for resources files in config display (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jul 27, 2021
1 parent c8443cd commit c5a541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AddQtIosApp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function(add_qt_ios_app TARGET)
message(STATUS "IPA : ${QT_IOS_IPA}")
message(STATUS "UPLOAD_SYMBOL : ${QT_IOS_UPLOAD_SYMBOL}")
message(STATUS "DISTRIBUTION_METHOD : ${QT_IOS_DISTRIBUTION_METHOD}")
message(STATUS "RESOURCE_FILES : ${QT_IOS_RESOURCE_FILES}")
message(STATUS "------ QtIosCMake END Configuration ------")
endif() # QT_IOS_VERBOSE

Expand Down

0 comments on commit c5a541e

Please sign in to comment.