pixley / TimelineBuilder

Utility for worldbuilders to create custom timelines
GNU General Public License v3.0
1 stars 0 forks source link

Running the Qt6 build script reports success when failing due to project being open in Visual Studio #58

Closed pixley closed 1 year ago

pixley commented 1 year ago

Old title: Building and installing Qt6 under Release is broken.

While running configure_qt_msvc.ps1 works correctly for the Debug profile, Release currently fails, and does so in a way that the script does not recognize as an error.

See comment below for description of issue.

pixley commented 1 year ago

Turns out that CMake can't build Qt6 while the TimelineBuilder project is open in Visual Studio. The real issue is that the script doesn't communicate this to the user.