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:
32
src/src.pro
Normal file
32
src/src.pro
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user