You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
731 B
33 lines
731 B
5 months ago
|
TEMPLATE = subdirs
|
||
|
TARGET = components
|
||
|
CONFIG(x64){
|
||
|
TARGET = $$TARGET"64"
|
||
|
}
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
include(../cpy-cfg.pri)
|
||
|
|
||
|
SUBDIRS += imgdecoder-wic
|
||
|
SUBDIRS += render-gdi
|
||
|
SUBDIRS += render-skia
|
||
|
SUBDIRS += translator
|
||
|
SUBDIRS += resprovider-zip
|
||
|
SUBDIRS += imgdecoder-stb
|
||
|
SUBDIRS += imgdecoder-png
|
||
|
SUBDIRS += imgdecoder-gdip
|
||
|
SUBDIRS += ScriptModule-LUA
|
||
|
SUBDIRS += log4z
|
||
|
SUBDIRS += resprovider-7zip
|
||
|
SUBDIRS += TaskLoop
|
||
|
SUBDIRS += SIpcObject
|
||
|
|
||
|
imgdecoder-png.depends += zlib png
|
||
|
render-skia.depends += skia
|
||
|
resprovider-zip.depends += zlib utilities
|
||
|
translator.depends += utilities
|
||
|
resprovider-7zip.depends += 7z utilities
|
||
|
ScriptModule-LUA.depends += soui3 lua-52
|
||
|
TaskLoop.depends += utilities
|
||
|
SIpcObject.depends += utilities
|