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

26 lines
533 B

#-------------------------------------------------
#
# Project created by QtCreator 2017-10-05T15:07:50
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ScreenShotLibDemo
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
# lib demo core begin
DESTDIR = ../../bin/
# ÔÚÆô¶¯Ö®Ç°ÏÈÉú³ÉScreenShotLib (before building the demo, build ScreenShot library)
# lib demo core end
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
FORMS +=