Skip to content

Commit

Permalink
Added Linux build settings. Updated casing for includes to build on L…
Browse files Browse the repository at this point in the history
…inux
  • Loading branch information
Hai Nguyen committed Dec 4, 2015
1 parent 6a8148d commit a9dd1ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TinderBox.pro
Expand Up @@ -47,7 +47,7 @@ SOURCES += \
src/WizardPageCinderBlocks.cpp \
src/WizardPageMain.cpp \
src/parse/PList.cpp \
src/parse/Vc2015WinrtProj.cpp \
src/parse/Vc2015WinRtProj.cpp \
src/parse/Vc2013Proj.cpp \
src/parse/VcProj.cpp \
src/parse/XCodeProj.cpp \
Expand Down Expand Up @@ -78,7 +78,7 @@ HEADERS += \
src/WizardPageCinderBlocks.h \
src/WizardPageMain.h \
src/parse/PList.h \
src/parse/Vc2015WinrtProj.h \
src/parse/Vc2015WinRtProj.h \
src/parse/Vc2013Proj.h \
src/parse/VcProj.h \
src/parse/XCodeProj.h \
Expand Down
2 changes: 1 addition & 1 deletion src/GeneratorVc2015Winrt.cpp
Expand Up @@ -24,7 +24,7 @@
#include "GeneratorVc2015Winrt.h"
#include "ProjectTemplateManager.h"
#include "Util.h"
#include "Vc2015WinrtProj.h"
#include "Vc2015WinRtProj.h"

#include <fstream>

Expand Down
2 changes: 1 addition & 1 deletion src/parse/Vc2015WinRtProj.cpp
Expand Up @@ -21,7 +21,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/

#include "Vc2015WinrtProj.h"
#include "Vc2015WinRtProj.h"

Vc2013WinrtProjRef Vc2015WinrtProj::createFromString( const QString &VcProj, const QString &VcProjFilters )
{
Expand Down

0 comments on commit a9dd1ca

Please sign in to comment.