obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

base: Disable Qt RCC timestamps only on Windows #1115

Closed tytan652 closed 1 year ago

tytan652 commented 1 year ago

Description

1107 was meant to be done only on Windows, if not it might cause issues on Linux builds because of incompatible options.

Motivation and Context

Align with other plugins (with Qt) CMake and avoid issues on Linux builds.

How Has This Been Tested?

Tested OS(s):

Types of changes

Checklist: