From 9d57ac68a4013271e31f43cda7ef9472120a8173 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 15 Sep 2014 14:47:43 -0700 Subject: [PATCH] Add Qt submodule for windows. --- .gitmodules | 4 ++++ Externals/Qt | 1 + Source/VSProps/QtCompile.props | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Externals/Qt 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