summaryrefslogtreecommitdiff
path: root/src/plugin-interfaces/CMakeLists.txt
blob: 6f4694667cb9ec536bdf88514d29c5c1b7afc845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# 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
)