summaryrefslogtreecommitdiff
path: root/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
blob: b861970396252f0063e383f21c5402b2ee239c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS         = highlighter.h \
                  mainwindow.h
SOURCES         = highlighter.cpp \
                  mainwindow.cpp \
                  main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/richtext/syntaxhighlighter
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS syntaxhighlighter.pro examples
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/syntaxhighlighter
INSTALLS += target sources

wince*: {
   addFiles.sources = main.cpp mainwindow.cpp
   addFiles.path = .
   DEPLOYMENT += addFiles
}