diff options
Diffstat (limited to 'src/gui/doc/snippets/textdocument-css/textdocument-css.pro')
| -rw-r--r-- | src/gui/doc/snippets/textdocument-css/textdocument-css.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/doc/snippets/textdocument-css/textdocument-css.pro b/src/gui/doc/snippets/textdocument-css/textdocument-css.pro new file mode 100644 index 00000000000..40f64b200fc --- /dev/null +++ b/src/gui/doc/snippets/textdocument-css/textdocument-css.pro @@ -0,0 +1,5 @@ +TEMPLATE = lib +TARGET = textdocument-css +QT += core gui widgets + +SOURCES += main.cpp |
