summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-14 08:29:53 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-14 08:33:22 (GMT)
commit3ccf773d344625ae306c55855cedd5d718212718 (patch)
tree210313c177dec7c2bc97188fa2dcbf710ad9ffe8 /tools/configure/configureapp.h
parent503c48853eefe547631c425e9acad810b76e61fe (diff)
downloadQt-3ccf773d344625ae306c55855cedd5d718212718.zip
Qt-3ccf773d344625ae306c55855cedd5d718212718.tar.gz
Qt-3ccf773d344625ae306c55855cedd5d718212718.tar.bz2
update to the configure program to support mingw+phonon
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h
index dc22ac9..03df28e 100644
--- a/tools/configure/configureapp.h
+++ b/tools/configure/configureapp.h
@@ -150,8 +150,8 @@ private:
QString fixSeparators(QString somePath);
bool filesDiffer(const QString &file1, const QString &file2);
- static bool findFile(const QString &fileName);
- static bool findFileInPaths(const QString &fileName, const QStringList &paths);
+ bool findFile(const QString &fileName);
+ static QString findFileInPaths(const QString &fileName, const QString &paths);
#if !defined(EVAL)
void reloadCmdLine();
void saveCmdLine();