summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/themes/themes.pro
blob: aeed4d2f4725eb19077e47b9edaed635e49b26a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = QtThemeSupport
MODULE = theme_support

QT = core-private gui-private
CONFIG += static internal_module

DEFINES += QT_NO_CAST_FROM_ASCII

unix:!darwin: \
    include($$PWD/genericunix/genericunix.pri)

HEADERS += \
    qabstractfileiconengine_p.h

SOURCES += \
    qabstractfileiconengine.cpp

load(qt_module)