CMake: Fix Qt resource files not included in build

- Move Qt resource initialization to rpcs3_qt target
This commit is contained in:
Lassi Hämäläinen 2018-09-18 18:23:56 +03:00 committed by Ivan
parent 566c88802e
commit 9a457400e7
3 changed files with 18 additions and 11 deletions

View file

@ -74,6 +74,8 @@ main_window::~main_window()
*/
void main_window::Init()
{
Q_INIT_RESOURCE(resources);
ui->setupUi(this);
setAcceptDrops(true);