diff options
| author | Paul Wicking <paul.wicking@qt.io> | 2020-08-29 14:10:22 +0200 |
|---|---|---|
| committer | Paul Wicking <paul.wicking@qt.io> | 2020-09-01 06:13:08 +0200 |
| commit | b16b7d887980fbdbb2e12867e2d14b81c0361654 (patch) | |
| tree | c751cf195a70c02ddaee4c57af50cda60cbdebff /src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro | |
| parent | e81383eb0994a37b9489a2aebd0459e161dbeed2 (diff) | |
Doc: Compile textdocument-tables snippets
Minor code cleanup in passing.
Task-number: QTBUG-81486
Change-Id: I23f8b3a22f627050582c69c81e5e0b85b5e45768
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro')
| -rw-r--r-- | src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro b/src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro index 12a900a7c64..97081aa3339 100644 --- a/src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro +++ b/src/gui/doc/snippets/textdocument-tables/textdocument-tables.pro @@ -1,3 +1,10 @@ -SOURCES = main.cpp \ - mainwindow.cpp -HEADERS = mainwindow.h +TEMPLATE = lib +TARGET = textdocument-tables_snippets +QT += core gui widgets + +HEADERS = \ + mainwindow.h + +SOURCES = \ + main.cpp \ + mainwindow.cpp |
