tableau / tableau-log-viewer

Tableau Log Viewer is a cross-platform tool for quickly glancing over Tableau log files
MIT License
169 stars 50 forks source link

Windows git bash "WARNING: H:/Qt/5.6/msvc2013_64/mkspecs/features/resources.prf:22: Unescaped backslashes are deprecated" #92

Closed linux2014linux closed 6 years ago

linux2014linux commented 6 years ago

$ qmake -spec win32-msvc2013 CONFIG+=x86_64 -Wall ../src/tableau-log-viewer.pro WARNING: H:/Qt/5.6/msvc2013_64/mkspecs/features/resources.prf:22: Unescaped backslashes are deprecated

vogelsgesang commented 6 years ago

As far as I understand, this is an warning message triggered by a script shipped with Qt. I don't think we can do anything about it, can we?

terencesoh commented 6 years ago

Yes, this is a Qt issue. It's fixed in 5.8+. https://codereview.qt-project.org/#/c/183056/ Since I've moved the appveyor config to use 5.11.0, we can close this now.