summaryrefslogtreecommitdiffstats
path: root/tools/configure/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/main.cpp')
-rw-r--r--tools/configure/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp
index 91a99c16c2..f6c2722529 100644
--- a/tools/configure/main.cpp
+++ b/tools/configure/main.cpp
@@ -45,13 +45,6 @@ int runConfigure( int argc, char** argv )
if (!app.isOk())
return 3;
- // Read license now, and exit if it doesn't pass.
- // This lets the user see the command-line options of configure
- // without having to load and parse the license file.
- app.readLicense();
- if (!app.isOk())
- return 3;
-
// Source file with path settings. Needed by qmake.
app.generateQConfigCpp();