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.

17 lines
338 B

include( ../common.pro )
SOURCES = src/main.cpp \
src/enrichmentmainwindow.cpp \
src/enrichments.cpp
HEADERS = src/enrichmentmainwindow.h \
src/enrichments.h
!isEmpty( ISQT4 ) {
FORMS = src/enrichmentmainwindowbase4.ui
}
isEmpty( ISQT4 ) {
FORMS = src/enrichmentmainwindowbase.ui
}