Skip to content

Commit

Permalink
refine qt version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aknoerig committed May 7, 2016
1 parent b05e84b commit ee6b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(int argc, char *argv[])
int result = 0;
try {
//QApplication::setGraphicsSystem("raster");
#if QT_VERSION > QT_VERSION_CHECK(5, 5, 0)
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#endif
FApplication * app = new FApplication(argc, argv);
Expand Down

0 comments on commit ee6b305

Please sign in to comment.