From 51a5242f051f004caeea0ecdfd6790f43abb5048 Mon Sep 17 00:00:00 2001 From: Jan Lapinkataja Date: Tue, 19 May 2009 16:55:15 +0300 Subject: [PATCH] Testing if the name is now correct. Two previous commits mistakely committed with Papp Zoltan. --- QtMeetings.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QtMeetings.pro b/QtMeetings.pro index cbe1b6c..27eec83 100644 --- a/QtMeetings.pro +++ b/QtMeetings.pro @@ -116,4 +116,5 @@ unix:exists( $$system(which doxygen) ) { contains( BUILD_NOW, "YES" ):system( "doxygen QtMeetings.doxygen" )::message( "Documentation is built successfully." ) } else:message( "You must install Doxygen to build the project documentation." ) -message( "Now run 'make' to compile the source code." ) +message( "Now run 'make' to compile the source code." +) -- 1.7.9.5