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