Browse Source

Fix #1809 build error

pull/1816/head
tux3 10 years ago
parent
commit
f1d7c59a2f
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/platform/install_osx.h

2
src/platform/install_osx.h

@ -1,6 +1,8 @@ @@ -1,6 +1,8 @@
#ifndef INSTALLOSX_H
#define INSTALLOSX_H
#include <QtCore/qsystemdetection.h>
#ifndef Q_OS_MACX
#error "This file is only meant to be compiled for Mac OSX targets"
#endif

Loading…
Cancel
Save