mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
CMake: Fix Qt resource files not included in build
- Move Qt resource initialization to rpcs3_qt target
This commit is contained in:
parent
566c88802e
commit
9a457400e7
3 changed files with 18 additions and 11 deletions
|
|
@ -74,6 +74,8 @@ main_window::~main_window()
|
|||
*/
|
||||
void main_window::Init()
|
||||
{
|
||||
Q_INIT_RESOURCE(resources);
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue