summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/codeeditor/codeeditor.pro
blob: 5618160d171caa94773ccc25eaf5754a67355d1e (plain)
1
2
3
4
5
6
7
8
QT += widgets

HEADERS     = codeeditor.h
SOURCES     = main.cpp \
              codeeditor.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/codeeditor
INSTALLS += target