2008-10-08 22:11:27 +00:00
|
|
|
SOURCES += lsim.cpp \
|
|
|
|
|
main.cpp \
|
|
|
|
|
graphicsview.cpp \
|
|
|
|
|
graphicsellipseitem.cpp \
|
|
|
|
|
fielditem.cpp \
|
|
|
|
|
homoefielditem.cpp \
|
|
|
|
|
simulscene.cpp \
|
|
|
|
|
expdoublespinbox.cpp \
|
|
|
|
|
homoefieldwidget.cpp \
|
2008-10-14 18:25:38 +00:00
|
|
|
probechargewidget.cpp \
|
|
|
|
|
homobfielditem.cpp
|
2008-10-08 22:11:27 +00:00
|
|
|
HEADERS += lsim.h \
|
|
|
|
|
graphicsview.h \
|
|
|
|
|
graphicsellipseitem.h \
|
|
|
|
|
fielditem.h \
|
|
|
|
|
homoefielditem.h \
|
|
|
|
|
simulscene.h \
|
|
|
|
|
expdoublespinbox.h \
|
|
|
|
|
homoefieldwidget.h \
|
|
|
|
|
constants.h \
|
2008-10-14 18:25:38 +00:00
|
|
|
probechargewidget.h \
|
|
|
|
|
homobfielditem.h
|
2008-10-08 22:11:27 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
|
CONFIG += warn_on \
|
|
|
|
|
thread \
|
|
|
|
|
qt \
|
|
|
|
|
debug
|
|
|
|
|
TARGET = ../bin/lsim
|
|
|
|
|
RESOURCES = application.qrc
|
|
|
|
|
QT += opengl
|
|
|
|
|
|
|
|
|
|
CONFIG -= release
|
|
|
|
|
|