From 62b4525d6f5025dbddb0a7dbd9514256eff3cd0f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 21 May 2013 14:25:58 +0200 Subject: purge obsolete EVAL #ifdefs clearly, nobody's been maintaining them for an extended period of time. Change-Id: I41c6b40026f107d34f7964934f36bc727fb6b795 Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tools/configure/configureapp.h') diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h index 3cb5de8520..85fc70d9e5 100644 --- a/tools/configure/configureapp.h +++ b/tools/configure/configureapp.h @@ -57,9 +57,7 @@ public: ~Configure(); void parseCmdLine(); -#if !defined(EVAL) void validateArgs(); -#endif bool displayHelp(); QString defaultTo(const QString &option); @@ -70,27 +68,21 @@ public: bool verifyConfiguration(); void generateOutputVars(); -#if !defined(EVAL) void generateHeaders(); void generateBuildKey(); void generateCachefile(); void displayConfig(); -#endif void generateMakefiles(); void appendMakeItem(int inList, const QString &item); -#if !defined(EVAL) void generateConfigfiles(); void detectArch(); void generateQConfigPri(); void generateSystemVars(); -#endif void showSummary(); QString firstLicensePath(); -#if !defined(EVAL) bool showLicense(QString licenseFile); void readLicense(); -#endif QString addDefine(QString def); @@ -172,10 +164,8 @@ private: QString locateFile(const QString &fileName) const; bool findFile(const QString &fileName) const { return !locateFile(fileName).isEmpty(); } static QString findFileInPaths(const QString &fileName, const QStringList &paths); -#if !defined(EVAL) void reloadCmdLine(); void saveCmdLine(); -#endif bool tryCompileProject(const QString &projectPath, const QString &extraOptions = QString()); bool compilerSupportsFlag(const QString &compilerAndArgs); -- cgit v1.2.1