initial commit of code tree

git-svn-id: http://svn.lsim.tuxzone.org/trunk@2 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
catdog2
2008-10-08 22:11:27 +00:00
parent fa55af9942
commit 509cacdca6
41 changed files with 6455 additions and 0 deletions

32
src/src.pro Normal file
View File

@@ -0,0 +1,32 @@
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