From 8861b82f9ef59fa871adc86552012cd90eee6e09 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 24 Nov 2016 18:41:57 +0100 Subject: move qdevice.pri creation to qmake-based configure system Change-Id: I06540c3b6d98303bd9a218feedfb529993477ed6 Reviewed-by: Lars Knoll Reviewed-by: BogDan Vatra Reviewed-by: Jake Petroules --- tools/configure/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/configure/main.cpp') diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index e4b9c12e3d..c6b555d14d 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -55,11 +55,6 @@ int runConfigure( int argc, char** argv ) if (!app.isOk()) return 3; - // Generate qdevice.pri - app.generateQDevicePri(); - if (!app.isOk()) - return 3; - // run qmake based configure app.configure(); if (!app.isOk()) -- cgit v1.2.3