summaryrefslogtreecommitdiff
path: root/other-pro/static.pro
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
commitbd56579c7d9de94c17287adefa118290e6b7ba33 (patch)
tree666d7d0b6945b442573b7a3145969f66a53aa460 /other-pro/static.pro
parentb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (diff)
New upstream version 1.4.0.3
Diffstat (limited to 'other-pro/static.pro')
-rw-r--r--other-pro/static.pro33
1 files changed, 33 insertions, 0 deletions
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