Skip to content

Commit

Permalink
Let Qt handle icon creation on Windows
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
navv1234 committed Aug 7, 2016
1 parent b4d5723 commit e879557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ cli/*.vcxproj*
simulationcraft.sln
simulationcraft*.db
engine/simulationcraft.hpp.cpp
gui/*_resource*
3 changes: 2 additions & 1 deletion gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ macx {

win32 {
QMAKE_PROJECT_NAME = "Simulationcraft GUI"
RC_FILE = ../qt/simcqt.rc
#RC_FILE = ../qt/simcqt.rc
RC_ICONS = ../qt/icon/Simcraft2.ico
DEFINES += VS_NEW_BUILD_SYSTEM
}

Expand Down
64 changes: 0 additions & 64 deletions qt/simcqt.rc

This file was deleted.

0 comments on commit e879557

Please sign in to comment.