Doc: compile qstatustipevent snippet
Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: I44c7b31e0a99009f51f81e2c8d0e736e6eafd535 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
5ee39fc7c9
commit
319e22cb4a
@ -47,9 +47,10 @@
|
|||||||
** $QT_END_LICENSE$
|
** $QT_END_LICENSE$
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <QtGui>
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
#include <QMainWindow>
|
||||||
|
#include <QMenuBar>
|
||||||
|
#include <QStatusBar>
|
||||||
|
|
||||||
class MainWindow : public QMainWindow
|
class MainWindow : public QMainWindow
|
||||||
{
|
{
|
||||||
|
7
src/gui/doc/snippets/qstatustipevent/qstatustipevent.pro
Normal file
7
src/gui/doc/snippets/qstatustipevent/qstatustipevent.pro
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
TEMPLATE = lib
|
||||||
|
TARGET = qstatustipevent_snippets
|
||||||
|
QT += core gui widgets
|
||||||
|
|
||||||
|
SOURCES = \
|
||||||
|
main.cpp
|
||||||
|
|
@ -17,6 +17,7 @@ contains(QT_BUILD_PARTS, tests) {
|
|||||||
qfileopenevent \
|
qfileopenevent \
|
||||||
qfontdatabase \
|
qfontdatabase \
|
||||||
qimagewriter \
|
qimagewriter \
|
||||||
|
qstatustipevent \
|
||||||
textblock-formats \
|
textblock-formats \
|
||||||
textblock-fragments \
|
textblock-fragments \
|
||||||
textdocument-blocks \
|
textdocument-blocks \
|
||||||
|
Loading…
Reference in New Issue
Block a user