cimforreduceloss/testHasttable/testHasttable.pro

32 lines
516 B
Prolog
Raw Normal View History

#-------------------------------------------------
#
# Project created by QtCreator 2014-11-21T17:47:12
#
#-------------------------------------------------
QT += core
QT +=xml
QT -= gui
TARGET = testHasttable
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
elementhashtable.cpp \
subcontrolarea.cpp \
BasicElementInfo.cpp
HEADERS += \
elementhashtable.h \
BasicElementInfo.h \
subcontrolarea.h
#release{
#DEFINES += QT_NO_DEBUG_OUTPUT
#}