From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- src/qt_install.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt_install.pri') diff --git a/src/qt_install.pri b/src/qt_install.pri index 6ef9ec193..a0051046b 100644 --- a/src/qt_install.pri +++ b/src/qt_install.pri @@ -4,8 +4,8 @@ INSTALLS += target #headers headers.files = ../include/*.h -headers.files += $$QT_BUILD_TREE/include/ntqconfig.h \ - $$QT_BUILD_TREE/include/ntqmodules.h +headers.files += $$QT_BUILD_TREE/include/tqconfig.h \ + $$QT_BUILD_TREE/include/tqmodules.h isEmpty(headers_p.path):headers_p.path=$$headers.path/private headers_p.files = ../include/private/*.h INSTALLS += headers headers_p -- cgit v1.2.1