summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2020-07-03 15:40:47 +0200
committerTor Arne Vestbø <[email protected]>2020-07-06 11:52:14 +0200
commit8dd6957cd7a1d86714b32b97dffe603a8636848a (patch)
tree7793275d713c3341e01bb8dafc3d1ec9af2f58db /src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri
parent18cfabafa615e42c4af092edca5bb35eced4de5e (diff)
Make QtPlatformHeaders a private module
The APIs will be reintroduced as part of the new platform interface API where appropriate. Clients that still depend on the platform headers can include it via QT += platformheaders-private. Change-Id: Ifbd836d833d19f3cf48cd4f933d7fe754c06d2d9 Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri')
-rw-r--r--src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri b/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri
index 8a092c30493..dd18d6c0bb8 100644
--- a/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri
+++ b/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri
@@ -1 +1 @@
-HEADERS += $$PWD/qlinuxfbfunctions.h
+HEADERS += $$PWD/qlinuxfbfunctions_p.h