git-svn-id: svn://192.168.0.12/source@1 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
18
CrawlerProcess/CrawlerProcess.pro
Normal file
18
CrawlerProcess/CrawlerProcess.pro
Normal file
@@ -0,0 +1,18 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2014-10-13T04:17:40
|
||||
#
|
||||
#-------------------------------------------------
|
||||
QT += webkitwidgets network widgets sql
|
||||
|
||||
TARGET = CrawlerProcess
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp \
|
||||
scrawler.cpp
|
||||
|
||||
HEADERS += \
|
||||
scrawler.h
|
||||
Reference in New Issue
Block a user