summaryrefslogtreecommitdiffstats
path: root/src/plugin-interfaces/CMakeLists.txt
blob: 2158452198a47323ee3faaef281d01393b176fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from plugin-interfaces.pro.

#####################################################################
## AppManPluginInterfaces Module:
#####################################################################

# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)

qt_internal_add_module(AppManPluginInterfacesPrivate
    CONFIG_MODULE_NAME appman_plugininterfaces
    STATIC
    EXCEPTIONS
    INTERNAL_MODULE
    SOURCES
        containerinterface.cpp containerinterface.h
        startupinterface.cpp startupinterface.h
    PUBLIC_LIBRARIES
        Qt::Core
)