summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/menus/menus.pro
blob: 1ac5df4a3b23bf0f0c8213109d0366b9f49d1313 (plain)
1
2
3
4
5
6
7
8
9
HEADERS       = mainwindow.h
SOURCES       = mainwindow.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/menus
INSTALLS += target

QT += widgets