From f71170aa35ad37fdee2def64c72c60806f92d00d Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 2 Oct 2012 19:22:17 +0200 Subject: Tools: add QLibraryInfo to the bootstrapped library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For future use by qdoc. Change-Id: Id9079a6fa581ff16810df9a8f2bb94314ee11ca9 Reviewed-by: Tor Arne Vestbø --- qmake/option.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake') diff --git a/qmake/option.cpp b/qmake/option.cpp index 561df8eebd..91c154ab6c 100644 --- a/qmake/option.cpp +++ b/qmake/option.cpp @@ -645,7 +645,7 @@ qmakeAddCacheClear(qmakeCacheClearFunc func, void **data) cache_items.append(new QMakeCacheClearItem(func, data)); } -QString qmake_libraryInfoFile() +QString qt_libraryInfoFile() { if (!Option::globals->qmake_abslocation.isEmpty()) return QDir(QFileInfo(Option::globals->qmake_abslocation).absolutePath()).filePath("qt.conf"); -- cgit v1.2.3