summaryrefslogtreecommitdiffstats
path: root/lib/tqwtplot3d/examples/enrichments/enrichments.pro
blob: fffbbfdf5681990a990220e1419e3fba3f35256a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}