diff easyhg.pro @ 491:1d90cd7a1c5f

Add tester for newer version
author Chris Cannam
date Thu, 18 Aug 2011 13:15:38 +0100
parents ff6252986354
children fb196c016a9f
line wrap: on
line diff
--- a/easyhg.pro	Wed Aug 17 22:13:51 2011 +0100
+++ b/easyhg.pro	Thu Aug 18 13:15:38 2011 +0100
@@ -62,7 +62,8 @@
     src/workstatuswidget.h \
     src/moreinformationdialog.h \
     src/annotatedialog.h \
-    src/hgignoredialog.h
+    src/hgignoredialog.h \
+    src/versiontester.h
 SOURCES = \
     src/main.cpp \
     src/mainwindow.cpp \
@@ -97,7 +98,8 @@
     src/workstatuswidget.cpp \
     src/moreinformationdialog.cpp \
     src/annotatedialog.cpp \
-    src/hgignoredialog.cpp
+    src/hgignoredialog.cpp \
+    src/versiontester.cpp
 
 macx-* {
     SOURCES += src/common_osx.mm