diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..7d8b9393f8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "Externals/Qt"] + path = Externals/Qt + url = https://github.com/dolphin-emu/ext-win-qt.git + branch = master diff --git a/Externals/Qt b/Externals/Qt new file mode 160000 index 0000000000..e2e0b15688 --- /dev/null +++ b/Externals/Qt @@ -0,0 +1 @@ +Subproject commit e2e0b15688568c58ec17b9c22a0dc1969f69b5da diff --git a/Source/VSProps/QtCompile.props b/Source/VSProps/QtCompile.props index 7e7943af2c..675787e3db 100644 --- a/Source/VSProps/QtCompile.props +++ b/Source/VSProps/QtCompile.props @@ -1,7 +1,7 @@ - $(ExternalsDir)Qt5.3.1\5.3\msvc2013_64_opengl\ + $(ExternalsDir)Qt\Qt5.3.1\5.3\msvc2013_64_opengl\ $(QTDIRDefault) $(QTDIR)\ false