summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenubar/qmenubar.pro
blob: bde002651786b53255937f3dcc8327c1727c15c4 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qmenubar
QT += widgets testlib testlib-private
SOURCES += tst_qmenubar.cpp

macos: {
    OBJECTIVE_SOURCES += tst_qmenubar_mac.mm
    LIBS += -framework AppKit
}