summaryrefslogtreecommitdiff
path: root/static.pro
diff options
context:
space:
mode:
Diffstat (limited to 'static.pro')
-rw-r--r--static.pro33
1 files changed, 33 insertions, 0 deletions
diff --git a/static.pro b/static.pro
new file mode 100644
index 0000000..a418564
--- /dev/null
+++ b/static.pro
@@ -0,0 +1,33 @@
+DEFINES += ULTRACOPIER_PLUGIN_ALL_IN_ONE
+
+include(ultracopier-core.pro)
+
+RESOURCES += plugins/static-plugins.qrc \
+ plugins/CopyEngine/Ultracopier/copyEngineResources.qrc
+
+win32:RESOURCES += 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 -= lib/qt-tar-xz/xz.h \
+ lib/qt-tar-xz/QXzDecodeThread.h \
+ lib/qt-tar-xz/QXzDecode.h \
+ lib/qt-tar-xz/QTarDecode.h \
+ AuthPlugin.h
+SOURCES -= lib/qt-tar-xz/QXzDecodeThread.cpp \
+ lib/qt-tar-xz/QXzDecode.cpp \
+ lib/qt-tar-xz/QTarDecode.cpp \
+ lib/qt-tar-xz/xz_crc32.c \
+ lib/qt-tar-xz/xz_dec_stream.c \
+ lib/qt-tar-xz/xz_dec_lzma2.c \
+ lib/qt-tar-xz/xz_dec_bcj.c \
+ AuthPlugin.cpp
+INCLUDEPATH -= lib/qt-tar-xz/
+
+RESOURCES -= resources/resources-windows-qt-plugin.qrc