From a3790434c7ce4ee8359eb4c300f8f96cf1946294 Mon Sep 17 00:00:00 2001 From: Kermit Mei Date: Tue, 18 Nov 2008 00:33:02 +0800 Subject: [PATCH] v0.01 --- Makefile | 8 +++----- Reciter.h | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ee66d01..2a923b4 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ ############################################################################# # Makefile for building: FreeRecite -# Generated by qmake (2.01a) (Qt 4.4.1) on: ?? ??? 17 23:58:20 2008 -# Project: FreeRecite.pro +# Generated by qmake (2.01a) (Qt 4.4.1) +# Author: Kermit Mei # Template: app -# Command: /usr/local/Trolltech/Qt-4.4.1/bin/qmake -unix -o Makefile FreeRecite.pro ############################################################################# ####### Compiler, tools and options @@ -15,11 +14,10 @@ CFLAGS = -pipe -O2 -Wall -W $(DEFINES) CXXFLAGS = -pipe -O2 -Wall -W $(DEFINES) INCPATH = -I. LINK = g++ -LFLAGS = -Wl,-rpath,/usr/local/Trolltech/Qt-4.4.1/lib +LFLAGS = -Wl LIBS = $(SUBLIBS) AR = ar cqs RANLIB = -QMAKE = /usr/local/Trolltech/Qt-4.4.1/bin/qmake TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f diff --git a/Reciter.h b/Reciter.h index 7e9291a..58f8785 100644 --- a/Reciter.h +++ b/Reciter.h @@ -34,6 +34,7 @@ #include #include +#include #include "WordList.h" namespace freeRecite { -- 2.11.4.GIT