You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
553 B
26 lines
553 B
include( ../common.pro )
|
|
|
|
SOURCES = src/main.cpp \
|
|
src/mesh2mainwindow.cpp \
|
|
src/colormapreader.cpp \
|
|
src/lightingdlg.cpp \
|
|
src/mesh.cpp
|
|
|
|
HEADERS = src/mesh2mainwindow.h \
|
|
src/functions.h \
|
|
src/colormapreader.h \
|
|
src/lightingdlg.h \
|
|
src/femreader.h
|
|
|
|
!isEmpty( ISQT4 ) {
|
|
SOURCES += src/designerworkaround.cpp
|
|
HEADERS += src/designerworkaround.h
|
|
FORMS = src/mesh2mainwindowbase4.ui \
|
|
src/lightingdlgbase4.ui
|
|
}
|
|
isEmpty( ISQT4 ) {
|
|
FORMS = src/mesh2mainwindowbase.ui \
|
|
src/lightingdlgbase.ui
|
|
}
|
|
|