用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
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.
 
 
 
 
 
 

51 lines
1.1 KiB

######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 23 19:27:59 2014
######################################################################
TEMPLATE = lib
TARGET = render-skia
CONFIG(x64){
TARGET = $$TARGET"64"
}
!LIB_ALL:!COM_LIB{
RC_FILE += render-skia.rc
CONFIG += dll
}
else{
CONFIG += staticlib
}
DEPENDPATH += .
INCLUDEPATH += . \
../../soui/include \
../../utilities/include \
../../third-part/skia \
../../third-part/skia/include \
../../third-part/skia/include/config \
../../third-part/skia/include/core \
dir = ../..
include($$dir/common.pri)
CONFIG(debug,debug|release){
LIBS += utilitiesd.lib skiad.lib shlwapi.lib
}
else{
LIBS += utilities.lib skia.lib shlwapi.lib
}
LIBS += Usp10.lib opengl32.lib
PRECOMPILED_HEADER = stdafx.h
# Input
HEADERS += drawtext-skia.h \
render-skia.h \
skia2rop2.h \
patheffect-skia.h \
pathmeasure-skia.h
SOURCES += drawtext-skia.cpp \
render-skia.cpp \
skia2rop2.cpp \
patheffect-skia.cpp \
pathmeasure-skia.cpp