From 5f5b7a16fec1afd8377eeeb4334e20d9ec24f906 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Tue, 3 Jul 2012 22:56:54 +0100 Subject: Rename the include-helper to install-helper since it exceeds its original scope This file was originally planned for helping with the include file generations, but as the time went ahead, it got actually a bit more feature rich, and became the centre of the helping with all the installation related features, like mkspecs feature file, target library, dll binary and also of course the header file installations. Therefore, the current name is misleading while looking for information (i.e. checking the target library installation related issues, or the prf file) Change-Id: Ie714b858fbe47568c9a1e885e2cfb781f64f9cdf Reviewed-by: Denis Shienkov --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index d91c5d3..99701fc 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { include($$PWD/qt4support/serialport.pri) TARGET = $$qtLibraryTarget($$QT.serialport.name) include($$PWD/src-lib.pri) - include($$PWD/qt4support/include-helper.pri) + include($$PWD/qt4support/install-helper.pri) } DESTDIR = $$QT.serialport.libs -- cgit v1.2.1