qvolray

diff qvolray.pro @ 29:93d889a3726a

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 20:52:53 +0300
parents 011ac823600c
children e7c006b774ed
line diff
     1.1 --- a/qvolray.pro	Sat Apr 14 16:35:30 2012 +0300
     1.2 +++ b/qvolray.pro	Sat Apr 14 20:52:53 2012 +0300
     1.3 @@ -24,7 +24,8 @@
     1.4  # the moc needs to run for these headers
     1.5  HEADERS = src/ui.h \
     1.6  	src/ui_maingl.h \
     1.7 -	src/ui_sliceview.h
     1.8 +	src/ui_sliceview.h \
     1.9 +	src/ui_xferview.h
    1.10  
    1.11  SOURCES = src/main.cc \
    1.12  	src/sdr.c \
    1.13 @@ -33,4 +34,5 @@
    1.14  	src/ui.cc \
    1.15  	src/ui_maingl.cc \
    1.16  	src/ui_sliceview.cc \
    1.17 +	src/ui_xferview.cc \
    1.18  	src/demo.cc