summaryrefslogtreecommitdiffstats
path: root/vsprops/qt.props (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner1-39/+0
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner1-1/+1
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
2014-06-22citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei1-1/+1
2014-04-22fixed VSProps for Qt DLL copybunnei1-0/+4
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-2/+2
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+35