From c57de3e4046c662c5179d3b55340361a046a57ff Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 1 Sep 2014 18:04:07 -0300 Subject: Remove hand-crafted Visual Studio solution. --- src/citra_qt/qt-build.props | 61 --------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 src/citra_qt/qt-build.props (limited to 'src/citra_qt/qt-build.props') diff --git a/src/citra_qt/qt-build.props b/src/citra_qt/qt-build.props deleted file mode 100644 index b6a5025fb..000000000 --- a/src/citra_qt/qt-build.props +++ /dev/null @@ -1,61 +0,0 @@ - - - - - Midl - CustomBuild - - - - .hpp - ui_ - $(QTDIR)\bin\uic.exe [inputs] -o "[QtUicPrefix]%(FileName)[QtUicExt]" - [QtUicPrefix]%(FileName)[QtUicExt] - %(FileName).ui - - - - Midl - CustomBuild - - - - true - true - true - true - true - true - true - true - False - False - _moc - %(FileName)%(QtMocPfx) - $(QTDIR)\bin\moc.exe [QtMocNoWarnings] [QtCoreLib] [QtShared] [QtThread] [QtUnicode] [QtLargeFile] [QtKeywords] [QtOpenGLLib] [QtNoDebug] [QtGuiLib] -DWIN32 -D_MSC_VER=1500 -DWIN32 [Inputs] -o$(IntDir)%(QtMocFilename).cpp && cl.exe $(IntDir)%(QtMocFilename).cpp [QtCommandLine] /c /Fo"$(IntDir)%(QtMocFilename).obj" - $(IntDir)%(QtMocFilename).obj - %(FileName).hxx - true - - - - Midl - CustomBuild - - - - _qrc - %(FileName)%(QtQrcPfx) - %QTDIR%\bin\rcc.exe [inputs] -o $(IntDir)%(QtQrcFileName).cpp && cl.exe $(IntDir)%(QtQrcFileName).cpp /c /Fo"$(IntDir)%(QtQrcFileName)" [QtCommandLine] - $(IntDir)%(QtQrcFileName).obj - %(FileName).qrc - - - -- cgit v1.2.3