aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-08-30 17:01:32 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-02 08:33:08 +0200
commit4d78b864def083f53eb38753284740d14f2949a6 (patch)
treecc971ea071023d524998cff232be0cc32d897c6a /src/qml/jsruntime/jsruntime.pri
parent64e49f778c4e147eb24b4ad066d353a422f1f631 (diff)
Rename the DW2 and ARM unwinder helpers to standard _p.h
The Qt convention is that private headers end in _p.h. A great deal of our build automation relies on this, including the choosing of which headers to install and which ones not to. Change-Id: I03ab6021e0a8a68d5a9cbc9d9387a9c5331f7bb7 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index 8f5ea81d5e..9a1325b58a 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -86,8 +86,8 @@ HEADERS += \
$$PWD/qv4objectiterator_p.h \
$$PWD/qv4regexp_p.h \
$$PWD/qv4unwindhelper_p.h \
- $$PWD/qv4unwindhelper_p-dw2.h \
- $$PWD/qv4unwindhelper_p-arm.h \
+ $$PWD/qv4unwindhelper_dw2_p.h \
+ $$PWD/qv4unwindhelper_arm_p.h \
$$PWD/qv4serialize_p.h \
$$PWD/qv4script_p.h \
$$PWD/qv4util_p.h \