From 53bf5936f19c1556cb3aabfd0ee08c3d752f5e08 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Nov 2017 00:12:38 +0100 Subject: [PATCH] Rename QT_LOWLEVEL_{HDR,SRC} to just QT_{HDR,SRC} These file lists contained files that were not low level (meaning "used by wxQt/Univ" in this context) at all and it doesn't make much sense to think about Qt-based wxUniv port anyhow, so instead of painstakingly separating them in low level part and the rest, just rename the variables to be less confusing. --- build/bakefiles/files.bkl | 12 ++---------- build/files | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 1c8cacd47f..e5631a2262 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -239,7 +239,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - + wx/qt/accel.h wx/qt/app.h wx/qt/apptbase.h @@ -324,7 +324,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/qt/private/winevent.h - + src/qt/accel.cpp src/qt/app.cpp src/qt/apptraits.cpp @@ -440,12 +440,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/activityindicator.cpp - - - - - - src/qt/mediactrl.cpp @@ -3638,7 +3632,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(OSX_LOWLEVEL_SRC) $(X11_LOWLEVEL_SRC) $(DFB_LOWLEVEL_SRC) - $(QT_LOWLEVEL_SRC) $(GTK_LOWLEVEL_HDR) @@ -3650,7 +3643,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(OSX_LOWLEVEL_HDR) $(X11_LOWLEVEL_HDR) $(DFB_LOWLEVEL_HDR) - $(QT_LOWLEVEL_HDR) diff --git a/build/files b/build/files index 14ba19ffbb..194e4daa4d 100644 --- a/build/files +++ b/build/files @@ -186,7 +186,7 @@ BASE_OSX_NOTWXMAC_HDR = ## Qt -QT_LOWLEVEL_HDR = +QT_HDR = wx/qt/accel.h wx/qt/app.h wx/qt/apptbase.h @@ -269,7 +269,7 @@ QT_LOWLEVEL_HDR = wx/qt/window.h wx/qt/private/winevent.h -QT_LOWLEVEL_SRC= +QT_SRC= src/qt/accel.cpp src/qt/app.cpp src/qt/apptraits.cpp