summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmdiarea/qmdiarea.pro
blob: 3b81c9e0111e786c13ed3233149319bee4cb4940 (plain)
1
2
3
4
5
6
7
8
9
load(qttest_p4)
INCLUDEPATH += .
SOURCES += tst_qmdiarea.cpp
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
contains(QT_CONFIG, opengl):QT += opengl

mac {
    LIBS += -framework Security
}