From c027cffbef6cb317a5a09e1785398c046f0a6395 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 1 Aug 2016 12:40:03 +0200 Subject: make the windows configure also use config_help.txt specifically, make configure.bat dump the text file (which got some windows-specific adjustments). incidentally, this change removes the need for including a pre-built configure.exe into our source packages. Change-Id: Ib3515c113f3602767554fe1493df226551a7bf10 Reviewed-by: Lars Knoll --- tools/configure/configureapp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/configure/configureapp.h') diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h index eaf871ecb7..9d3f7e39a8 100644 --- a/tools/configure/configureapp.h +++ b/tools/configure/configureapp.h @@ -43,7 +43,6 @@ public: ~Configure(); void parseCmdLine(); - bool displayHelp(); QString defaultTo(const QString &option); bool checkAvailability(const QString &part); @@ -146,9 +145,6 @@ private: bool distClean = true); bool compilerSupportsFlag(const QString &compilerAndArgs); - void desc(const char *description, int startingAt = 0, int wrapIndent = 0); - void desc(const char *option, const char *description, bool skipIndent = false, char fillChar = '.'); - void desc(const char *mark_option, const char *mark, const char *option, const char *description, char fillChar = '.'); void applySpecSpecifics(); QString formatConfigPath(const char *var); -- cgit v1.2.3