qt5base-lts/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro

20 lines
568 B
Prolog
Raw Normal View History

HEADERS = highlighter.h \
mainwindow.h
SOURCES = highlighter.cpp \
mainwindow.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/syntaxhighlighter
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS syntaxhighlighter.pro examples
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/syntaxhighlighter
INSTALLS += target sources
symbian: CONFIG += qt_example
wince*: {
addFiles.files = main.cpp mainwindow.cpp
addFiles.path = .
DEPLOYMENT += addFiles
}