summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/codeeditor/codeeditor.pro
blob: 5af4e24322da56bc79c27073de6d919a9da6cbc7 (plain)
1
2
3
4
5
6
7
8
9
HEADERS     = codeeditor.h
SOURCES     = main.cpp \
              codeeditor.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/codeeditor
INSTALLS += target

QT += widgets