summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake cleanupYuri Kunde Schlesner2014-09-011-16/+23
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-011-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.
* Pica: Add support for dumping textures.Tony Wasserka2014-08-251-1/+1
|
* Add Qt5 option. Use Qt5 by default.Sacha2014-08-191-13/+19
|
* CMake CleanupSacha2014-08-181-23/+9
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+2
|
* citra-qt: Add GX command history viewer.Tony Wasserka2014-06-121-0/+2
|
* CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
| | | | Changes for clarity of comments, removed redundant compiler flags.
* Fixed indentsarchshift2014-05-011-1/+1
|
* Linux supportarchshift2014-05-011-1/+1
|
* A bit of Cmake lovearchshift2014-05-011-2/+2
|
* IT'S ALIVE!archshift2014-04-291-2/+23
|
* fixes to build on linuxbunnei2014-04-231-12/+12
|
* updated CMakeLists for missing filesShizZy2014-04-231-6/+6
|
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-111-25/+25
|
* Basic QT windowMathieu Vaillancourt2014-04-011-0/+38