Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7
-
None
-
-
a7cc0ff6e (dev), 7a2380bb5 (6.8)
Description
When running the Linguist Tools in my CMake script it constantly give this warning which I seemingly cannot influence.
I have already added 3rd party libs to be excluded from the translation. But It seems that this error is due to the Qt libs itself.
# Setup Translator tool qt_add_translations(myApp TS_FILE_BASE translating-qml TS_FILE_DIR ./lang LRELEASE_OPTIONS -idbased )
# exclude 3rd party libs set_property(TARGET myApp PROPERTY QT_EXCLUDE_SOURCES_FROM_TRANSLATION ${3rdParty1} ${3rdParty2_SOURCE_DIR} )
From what I get it is just throwing this warning because of an empty element in the list -> ;; in the last line
Attachments
For Gerrit Dashboard: QTBUG-130502 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
599428,2 | CMake: Fix CMP0007 policy warnings in GenerateLUpdateProject.cmake | 6.8 | qt/qttools | Status: MERGED | +2 | 0 |
599459,2 | CMake: Fix CMP0007 policy warnings in GenerateLUpdateProject.cmake | dev | qt/qttools | Status: MERGED | +2 | 0 |