File: enrichments.pro

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,204 kB
  • ctags: 1,791
  • sloc: cpp: 8,911; ansic: 5,078; sh: 175; python: 95; makefile: 53
file content (16 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (5)
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
}