summaryrefslogtreecommitdiff
path: root/other-pro/static.pro
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-24 00:13:45 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-24 00:13:46 +0000
commit0fa6fb5a53789434e6ef57af39ab9024b7ec7d50 (patch)
tree9854613566cca815292f6fcad8e4d678afa30a9a /other-pro/static.pro
parent2124f782c35cd832460d070186eaf72d935c1bdb (diff)
parentb00b0c864574c3842effe1705b66066fa228f950 (diff)
merge patched into master
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