summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/haiku/haiku.pro
blob: 87f31997a3103e76f19e4b1cb2c70ed2adf0a1a6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TARGET = qhaiku
PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QHaikuIntegrationPlugin
load(qt_plugin)

QT += platformsupport-private core-private gui-private

SOURCES = \
    main.cpp \
    qhaikuapplication.cpp \
    qhaikubuffer.cpp \
    qhaikuclipboard.cpp \
    qhaikucursor.cpp \
    qhaikuintegration.cpp \
    qhaikukeymapper.cpp \
    qhaikurasterbackingstore.cpp \
    qhaikurasterwindow.cpp \
    qhaikuscreen.cpp \
    qhaikuservices.cpp \
    qhaikuutils.cpp \
    qhaikuwindow.cpp

HEADERS = \
    main.h \
    qhaikuapplication.h \
    qhaikubuffer.h \
    qhaikuclipboard.h \
    qhaikucursor.h \
    qhaikuintegration.h \
    qhaikukeymapper.h \
    qhaikurasterbackingstore.h \
    qhaikurasterwindow.h \
    qhaikuscreen.h \
    qhaikuservices.h \
    qhaikuutils.h \
    qhaikuwindow.h

LIBS += -lbe

OTHER_FILES += haiku.json

include (../../../platformsupport/fontdatabases/fontdatabases.pri)