|
|
@ -70,6 +70,11 @@ include(src/pdf-merger/pdfMerger.pri) |
|
|
|
include(plugins/plugins.pri) |
|
|
|
include(plugins/plugins.pri) |
|
|
|
INCLUDEPATH += plugins/cffadaptor/src |
|
|
|
INCLUDEPATH += plugins/cffadaptor/src |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ThirdParty |
|
|
|
|
|
|
|
DEPENDPATH += $$THIRD_PARTY_PATH/quazip/ |
|
|
|
|
|
|
|
INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/ |
|
|
|
|
|
|
|
include($$THIRD_PARTY_PATH/quazip/quazip.pri) |
|
|
|
|
|
|
|
|
|
|
|
FORMS += resources/forms/mainWindow.ui \ |
|
|
|
FORMS += resources/forms/mainWindow.ui \ |
|
|
|
resources/forms/preferences.ui \ |
|
|
|
resources/forms/preferences.ui \ |
|
|
|
resources/forms/brushProperties.ui \ |
|
|
|
resources/forms/brushProperties.ui \ |
|
|
@ -110,10 +115,7 @@ RCC_DIR = $$BUILD_DIR/rcc |
|
|
|
UI_DIR = $$BUILD_DIR/ui |
|
|
|
UI_DIR = $$BUILD_DIR/ui |
|
|
|
|
|
|
|
|
|
|
|
win32 { |
|
|
|
win32 { |
|
|
|
#ThirdParty |
|
|
|
|
|
|
|
DEPENDPATH += $$THIRD_PARTY_PATH/quazip/ |
|
|
|
|
|
|
|
INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/ |
|
|
|
|
|
|
|
include($$THIRD_PARTY_PATH/quazip/quazip.pri) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBS += -lUser32 |
|
|
|
LIBS += -lUser32 |
|
|
|
LIBS += -lGdi32 |
|
|
|
LIBS += -lGdi32 |
|
|
@ -161,7 +163,6 @@ macx { |
|
|
|
LIBS += -framework AVFoundation |
|
|
|
LIBS += -framework AVFoundation |
|
|
|
LIBS += -framework CoreMedia |
|
|
|
LIBS += -framework CoreMedia |
|
|
|
LIBS += -lcrypto |
|
|
|
LIBS += -lcrypto |
|
|
|
LIBS += -lquazip |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CONFIG(release, debug|release):CONFIG += x86_64 |
|
|
|
CONFIG(release, debug|release):CONFIG += x86_64 |
|
|
|
CONFIG(debug, debug|release):CONFIG += x86_64 |
|
|
|
CONFIG(debug, debug|release):CONFIG += x86_64 |
|
|
@ -419,7 +420,6 @@ macx { |
|
|
|
linux-g++* { |
|
|
|
linux-g++* { |
|
|
|
CONFIG += link_prl |
|
|
|
CONFIG += link_prl |
|
|
|
LIBS += -lcrypto |
|
|
|
LIBS += -lcrypto |
|
|
|
LIBS += -lquazip |
|
|
|
|
|
|
|
#LIBS += -lprofiler |
|
|
|
#LIBS += -lprofiler |
|
|
|
LIBS += -lX11 |
|
|
|
LIBS += -lX11 |
|
|
|
QMAKE_CFLAGS += -fopenmp |
|
|
|
QMAKE_CFLAGS += -fopenmp |
|
|
|