mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
add minizp to qmake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19875 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
055c95cc19
commit
c16a1874e2
@ -7,6 +7,7 @@ QT = core
|
|||||||
|
|
||||||
INC += boost
|
INC += boost
|
||||||
INC += src
|
INC += src
|
||||||
|
INC += src/support/minizip
|
||||||
|
|
||||||
HPP += ExceptionMessage.h
|
HPP += ExceptionMessage.h
|
||||||
HPP += FileFilterList.h
|
HPP += FileFilterList.h
|
||||||
@ -49,6 +50,12 @@ HPP += types.h
|
|||||||
HPP += unicode.h
|
HPP += unicode.h
|
||||||
HPP += userinfo.h
|
HPP += userinfo.h
|
||||||
|
|
||||||
|
HPP += minizip/crypt.h
|
||||||
|
HPP += minizip/ioapi.h
|
||||||
|
HPP += minizip/iowin32.h
|
||||||
|
HPP += minizip/unzip.h
|
||||||
|
HPP += minizip/zip.h
|
||||||
|
|
||||||
CPP += FileFilterList.cpp
|
CPP += FileFilterList.cpp
|
||||||
CPP += FileMonitor.cpp
|
CPP += FileMonitor.cpp
|
||||||
CPP += FileName.cpp
|
CPP += FileName.cpp
|
||||||
@ -85,6 +92,11 @@ CPP += unicode.cpp
|
|||||||
CPP += unlink.cpp
|
CPP += unlink.cpp
|
||||||
CPP += userinfo.cpp
|
CPP += userinfo.cpp
|
||||||
|
|
||||||
|
CPP += minizip/ioapi.c
|
||||||
|
CPP += minizip/iowin32.c
|
||||||
|
CPP += minizip/unzip.c
|
||||||
|
CPP += minizip/zip.c
|
||||||
|
|
||||||
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
||||||
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
|
||||||
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }
|
||||||
|
Loading…
Reference in New Issue
Block a user