mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Linux build
This commit is contained in:
@@ -52,4 +52,8 @@ if(MINGW)
|
||||
target_link_libraries(PdfTool PRIVATE ole32 sapi)
|
||||
endif()
|
||||
|
||||
if(LINUX_GCC)
|
||||
target_link_libraries(PdfTool PRIVATE tbb)
|
||||
endif()
|
||||
|
||||
install(TARGETS PdfTool)
|
||||
|
@@ -679,7 +679,7 @@ void PDFConsole::writeError(QString text, QStringConverter::Encoding encoding)
|
||||
#else
|
||||
QTextStream stream(stdout);
|
||||
stream << text;
|
||||
stream << endl;
|
||||
stream << Qt::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -18,6 +18,7 @@
|
||||
#ifndef PDFTOOLABSTRACTAPPLICATION_H
|
||||
#define PDFTOOLABSTRACTAPPLICATION_H
|
||||
|
||||
#include "pdfglobal.h"
|
||||
#include "pdfoutputformatter.h"
|
||||
#include "pdfdocument.h"
|
||||
#include "pdfdocumenttextflow.h"
|
||||
|
Reference in New Issue
Block a user