diff framework/framework.pro @ 180:84b2c1a4984a

* Offer the user a chance to answer our survey (only once, and only after several runs of the program, and only if the survey is known to be live on the website)
author Chris Cannam
date Thu, 27 Aug 2009 16:31:45 +0000
parents e96f563b1cfd
children
line wrap: on
line diff
--- a/framework/framework.pro	Tue Aug 18 11:08:29 2009 +0000
+++ b/framework/framework.pro	Thu Aug 27 16:31:45 2009 +0000
@@ -4,7 +4,7 @@
 load(../prf/sv.prf)
 
 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
-QT += xml
+QT += xml network
 
 TARGET = svframework
 
@@ -15,9 +15,11 @@
 
 HEADERS += Document.h \
            MainWindowBase.h \
-           SVFileReader.h
+           SVFileReader.h \
+           VersionTester.h
 
 SOURCES += Document.cpp \
            MainWindowBase.cpp \
-           SVFileReader.cpp
+           SVFileReader.cpp \
+           VersionTester.cpp