Skip to content

Commit

Permalink
Finished windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wasbridge committed Jun 26, 2018
1 parent 3d0607a commit 43175a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion XMUtil.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'AdditionalLibraryDirectories': [
'<(qtdir)/lib'
],
'SubSystem' : '1',
'SubSystem' : '2',
},
},
'include_dirs': [
Expand All @@ -39,6 +39,8 @@
],
'link_settings': {
'libraries': [
'shell32.lib',
'<(qtdir)/lib/qtmain.lib',
'<(qtdir)/lib/Qt5Core.lib',
'<(qtdir)/lib/Qt5Widgets.lib',
'<(qtdir)/lib/Qt5Gui.lib',
Expand Down

0 comments on commit 43175a6

Please sign in to comment.