fix build on mac os

--HG--
branch : develop
This commit is contained in:
Thies Schröder 2015-11-11 21:16:58 +01:00
parent ae1195df21
commit 823090718b
2 changed files with 2 additions and 1 deletions

View file

@ -273,7 +273,7 @@ unix{
libraries.files += $${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/libvpropertyexplorer.1.dylib
tape.path = $$MACOS_DIR
tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape
tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape.app
# Utility pdftops need for saving a layout image to PS and EPS formates.
xpdf.path = $$MACOS_DIR

View file

@ -32,6 +32,7 @@
#include <csignal>
#include <QtGlobal>
#include <QStringList>
#include <QSharedPointer>
#ifdef Q_OS_WIN
#include <windows.h>
#endif /* Q_OS_WIN */