33 lines
584 B
Prolog
33 lines
584 B
Prolog
|
|
SOURCES += lsim.cpp \
|
||
|
|
main.cpp \
|
||
|
|
graphicsview.cpp \
|
||
|
|
graphicsellipseitem.cpp \
|
||
|
|
fielditem.cpp \
|
||
|
|
homoefielditem.cpp \
|
||
|
|
simulscene.cpp \
|
||
|
|
expdoublespinbox.cpp \
|
||
|
|
homoefieldwidget.cpp \
|
||
|
|
probechargewidget.cpp
|
||
|
|
HEADERS += lsim.h \
|
||
|
|
graphicsview.h \
|
||
|
|
graphicsellipseitem.h \
|
||
|
|
fielditem.h \
|
||
|
|
homoefielditem.h \
|
||
|
|
simulscene.h \
|
||
|
|
expdoublespinbox.h \
|
||
|
|
lsim_interface.h \
|
||
|
|
homoefieldwidget.h \
|
||
|
|
constants.h \
|
||
|
|
probechargewidget.h
|
||
|
|
TEMPLATE = app
|
||
|
|
CONFIG += warn_on \
|
||
|
|
thread \
|
||
|
|
qt \
|
||
|
|
debug
|
||
|
|
TARGET = ../bin/lsim
|
||
|
|
RESOURCES = application.qrc
|
||
|
|
QT += opengl
|
||
|
|
|
||
|
|
CONFIG -= release
|
||
|
|
|