05a829f923
Add a RAII class for registry keys and use it throughout the code base. Change-Id: I666b2fbb790f83436443101d6bc1e3c0525e78df Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
18 lines
260 B
Prolog
18 lines
260 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qflags \
|
|
q_func_info \
|
|
qgetputenv \
|
|
qglobal \
|
|
qnumeric \
|
|
qfloat16 \
|
|
qrand \
|
|
qrandomgenerator \
|
|
qlogging \
|
|
qtendian \
|
|
qglobalstatic \
|
|
qhooks
|
|
|
|
win32:!winrt: SUBDIRS += \
|
|
qwinregistry
|