-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Describe the bug
When building with Qt 6.9 in Qt Creator, I receive this error, which can be ignored manually to proceed with building the app
C:\Users\chris\tiled\dist\distribute.qbs:190: error: File 'C:/Qt/6.9.0/mingw_64/plugins/tls/qschannelbackendd.dll' does not exist.
@bjorn :
Ah yes, this needs fixing in distribute.qbs. Qt debug builds used to have a d postfix added to the plugin names, but they stopped doing this at some point. Would be good to determine since which Qt version that happens.
Just logging this to track a fix for it at some point
Steps to reproduce
Build with Qt 6.9 (potentially older versions too)
Expected behavior
The build would complete without error
OS version
Windows 10
Tiled version
master