用于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.
 
 
 
 
 
 

37 lines
1.0 KiB

######################################################################
# Automatically generated by qmake (3.0) ?? 1? 5 23:56:19 2018
######################################################################
TEMPLATE = lib
TARGET = jsoncpp
CONFIG(x64){
TARGET = $$TARGET"64"
}
DEPENDPATH += .
INCLUDEPATH += ./include
CONFIG += staticlib
dir = ../..
include($$dir/common.pri)
DEFINES += _CRT_SECURE_NO_WARNINGS
# Input
HEADERS += include/json/allocator.h \
include/json/assertions.h \
include/json/autolink.h \
include/json/config.h \
include/json/features.h \
include/json/forwards.h \
include/json/json.h \
include/json/reader.h \
include/json/value.h \
include/json/version.h \
include/json/writer.h \
src/lib_json/json_tool.h \
src/lib_json/json_valueiterator.inl
SOURCES += \
src/lib_json/json_reader.cpp \
src/lib_json/json_value.cpp \
src/lib_json/json_writer.cpp \