25 lines
401 B
Prolog
25 lines
401 B
Prolog
|
|
#-------------------------------------------------
|
||
|
|
#
|
||
|
|
# Project created by QtCreator 2014-11-21T17:41:46
|
||
|
|
#
|
||
|
|
#-------------------------------------------------
|
||
|
|
|
||
|
|
QT += core
|
||
|
|
|
||
|
|
QT -= gui
|
||
|
|
|
||
|
|
TARGET = cimparser
|
||
|
|
CONFIG += console
|
||
|
|
CONFIG -= app_bundle
|
||
|
|
|
||
|
|
TEMPLATE = app
|
||
|
|
|
||
|
|
|
||
|
|
SOURCES += main.cpp \
|
||
|
|
cimparserbatch.cpp \
|
||
|
|
derivedqthread.cpp
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
cimparserbatch.h \
|
||
|
|
derivedqthread.h
|