summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/cglconvenience/cglconvenience.pri
blob: 1de38bbd08d5c2f49fc7f82b54a5f5ec40b33207 (plain)
1
2
3
4
5
6
7
8
9
10
11
osx {
    INCLUDEPATH += $$PWD

    HEADERS += \
        $$PWD/cglconvenience_p.h

    OBJECTIVE_SOURCES += \
        $$PWD/cglconvenience.mm

    LIBS_PRIVATE += -framework AppKit -framework OpenGL
}