Change includes in Spreadsheet to be compatible with Qt5.

This change is Qt4/Qt5 neutral.
This commit is contained in:
Mateusz Skowroński
2015-12-25 07:55:26 +01:00
committed by wmayer
parent fe6face07b
commit ee10a9ca44
3 changed files with 17 additions and 12 deletions

View File

@@ -22,7 +22,12 @@
#include "Workbench.h"
#include "ViewProviderSpreadsheet.h"
#include "SpreadsheetView.h"
#if QT_VERSION >= 0x050000
#include "qrc_Spreadsheet.cpp"
#else
#include "qrc_Spreadsheet.cxx"
#endif
// use a different name to CreateCommand()
void CreateSpreadsheetCommands(void);