라이브러리 qwebpage 에서 qwebenginepage로 변경 qt5.4 -> qt5.5.1 이상으로 변경 (이것만) git-svn-id: svn://192.168.0.12/source@307 8346c931-da38-4b9b-9d4c-e48b93cbd075
36 lines
755 B
Prolog
36 lines
755 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2016-10-25T17:10:10
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += webenginewidgets webengine network widgets sql
|
|
|
|
QT -= gui
|
|
|
|
TARGET = EffectProcess
|
|
CONFIG += console c++11
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp \
|
|
swebpage.cpp \
|
|
sutilclass.cpp \
|
|
sutilfunction.cpp \
|
|
sresultsender.cpp \
|
|
seffectprocess.cpp \
|
|
snaverblog.cpp \
|
|
seffectstatistics.cpp \
|
|
snaverblogprocess.cpp
|
|
|
|
HEADERS += \
|
|
swebpage.h \
|
|
sresultsender.h \
|
|
sutilclass.h \
|
|
sutilfunction.h \
|
|
seffectprocess.h \
|
|
seffectstatistics.h \
|
|
snaverblog.h \
|
|
snaverblogprocess.h
|