summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/services/services.pro
blob: 91957a0a781b20aaac5ac5c0ba8c4aa654f70935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = QtServiceSupport
MODULE = service_support

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

DEFINES += QT_NO_CAST_FROM_ASCII
PRECOMPILED_HEADER = ../../corelib/global/qt_pch.h

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

load(qt_module)