summaryrefslogtreecommitdiff
path: root/static.pro
blob: a41856408f06c233d5bcd08709d69904448ab057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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