summaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/7zip/7zip.pro
blob: 0c8ff3e1b241416cdff2805caa801f020be335af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT = core
TARGET = 7z
TEMPLATE = lib
include(../../../../installerfw.pri)
INCLUDEPATH += . ..
CONFIG += staticlib
DESTDIR = $$IFW_LIB_PATH

include(7zip.pri)
win32:include($$7ZIP_BASE/win.pri) #7zip
unix:include($$7ZIP_BASE/unix.pri) #p7zip

target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target