File: enrichments.pro

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191-10.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,400 kB
  • ctags: 2,024
  • sloc: cpp: 8,913; ansic: 5,078; python: 95; makefile: 36; sh: 1
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
}