diff options
Diffstat (limited to 'src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro')
| -rw-r--r-- | src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro b/src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro index 96d3038a093..5f1c55f0381 100644 --- a/src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro +++ b/src/gui/doc/snippets/textdocument-imagedrop/textdocument-imagedrop.pro @@ -1,2 +1,8 @@ -SOURCES = textedit.cpp main.cpp -HEADERS = textedit.h
\ No newline at end of file +TEMPLATE = lib +TARGET = textdocument-imagedrop +QT += core gui widgets + +HEADERS = \ + textedit.h +SOURCES = \ + main.cpp |
