summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/menus/menus.pro
blob: 9be318759c8e8fcc9da484246d58169c6b6a8555 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS       = mainwindow.h
SOURCES       = mainwindow.cpp \
                main.cpp

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