From bd56579c7d9de94c17287adefa118290e6b7ba33 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 23 Feb 2018 23:49:48 +0000 Subject: New upstream version 1.4.0.3 --- other-pro/static.pro | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 other-pro/static.pro (limited to 'other-pro/static.pro') diff --git a/other-pro/static.pro b/other-pro/static.pro new file mode 100644 index 0000000..318df94 --- /dev/null +++ b/other-pro/static.pro @@ -0,0 +1,33 @@ +DEFINES += ULTRACOPIER_PLUGIN_ALL_IN_ONE + +include(ultracopier-core.pro) + +RESOURCES += $$PWD/../plugins/static-plugins.qrc \ + $$PWD/../plugins/CopyEngine/Ultracopier/copyEngineResources.qrc + +win32:RESOURCES += $$PWD/../plugins/static-plugins-windows.qrc + +LIBS = -Lplugins -lcopyEngine -linterface -llistener +win32:LIBS += -lpluginLoader -lsessionLoader + +build_pass:CONFIG(debug, debug|release) { +LIBS = -Lplugins -lcopyEngined -linterfaced -llistenerd +win32:LIBS += -lpluginLoaderd -lsessionLoaderd +} + +HEADERS -= $$PWD/../lib/qt-tar-xz/xz.h \ + $$PWD/../lib/qt-tar-xz/QXzDecodeThread.h \ + $$PWD/../lib/qt-tar-xz/QXzDecode.h \ + $$PWD/../lib/qt-tar-xz/QTarDecode.h \ + $$PWD/../AuthPlugin.h +SOURCES -= $$PWD/../lib/qt-tar-xz/QXzDecodeThread.cpp \ + $$PWD/../lib/qt-tar-xz/QXzDecode.cpp \ + $$PWD/../lib/qt-tar-xz/QTarDecode.cpp \ + $$PWD/../lib/qt-tar-xz/xz_crc32.c \ + $$PWD/../lib/qt-tar-xz/xz_dec_stream.c \ + $$PWD/../lib/qt-tar-xz/xz_dec_lzma2.c \ + $$PWD/../lib/qt-tar-xz/xz_dec_bcj.c \ + $$PWD/../AuthPlugin.cpp +INCLUDEPATH -= $$PWD/../lib/qt-tar-xz/ + +RESOURCES -= $$PWD/../resources/resources-windows-qt-plugin.qrc -- cgit v1.2.3