summaryrefslogtreecommitdiffstats
path: root/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/syntaxhighlighter/syntaxhighlighter.pro')
-rw-r--r--examples/richtext/syntaxhighlighter/syntaxhighlighter.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro b/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
new file mode 100644
index 0000000..b861970
--- /dev/null
+++ b/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
@@ -0,0 +1,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
+}