summaryrefslogtreecommitdiffstats
path: root/src/gui/util/util.pri
blob: 96b25df4f9b58179b37ae2bfbb3a14fa99312af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Qt util module

HEADERS += \
        util/qdesktopservices.h \
        util/qhexstring_p.h \
        util/qvalidator.h \
        util/qgridlayoutengine_p.h \
        util/qabstractlayoutstyleinfo_p.h \
        util/qlayoutpolicy_p.h \
        util/qshaderformat_p.h \
        util/qshadergraph_p.h \
        util/qshadernode_p.h \
        util/qshadernodeport_p.h

SOURCES += \
        util/qdesktopservices.cpp \
        util/qvalidator.cpp \
        util/qgridlayoutengine.cpp \
        util/qabstractlayoutstyleinfo.cpp \
        util/qlayoutpolicy.cpp \
        util/qshaderformat.cpp \
        util/qshadergraph.cpp \
        util/qshadernode.cpp \
        util/qshadernodeport.cpp