From d872242f2cf5363734c715a780c71a232640a818 Mon Sep 17 00:00:00 2001 From: Rafael Date: Tue, 29 Mar 2016 15:24:55 +0200 Subject: [PATCH] windows resources prefix changed --- gta5sync.pro | 4 ++-- 5sync.ico => res/5sync.ico | Bin app.rc => res/app.rc | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename 5sync.ico => res/5sync.ico (100%) rename app.rc => res/app.rc (100%) diff --git a/gta5sync.pro b/gta5sync.pro index 1de32c8..e0705c6 100755 --- a/gta5sync.pro +++ b/gta5sync.pro @@ -73,11 +73,11 @@ TRANSLATIONS += \ RESOURCES += \ res/app.qrc -OTHER_FILES += app.rc \ +OTHER_FILES += res/app.rc \ res/gta5sync.desktop \ res/gta5sync_de.ts -win32: RC_FILE += app.rc +win32: RC_FILE += res/app.rc # QT4 ONLY STUFF diff --git a/5sync.ico b/res/5sync.ico similarity index 100% rename from 5sync.ico rename to res/5sync.ico diff --git a/app.rc b/res/app.rc similarity index 100% rename from app.rc rename to res/app.rc