summaryrefslogtreecommitdiff
path: root/examples/svg/richtext
diff options
context:
space:
mode:
Diffstat (limited to 'examples/svg/richtext')
-rw-r--r--examples/svg/richtext/richtext.pro3
-rw-r--r--examples/svg/richtext/textobject/main.cpp2
-rw-r--r--examples/svg/richtext/textobject/svgtextobject.cpp2
-rw-r--r--examples/svg/richtext/textobject/svgtextobject.h2
-rw-r--r--examples/svg/richtext/textobject/window.cpp2
-rw-r--r--examples/svg/richtext/textobject/window.h2
6 files changed, 6 insertions, 7 deletions
diff --git a/examples/svg/richtext/richtext.pro b/examples/svg/richtext/richtext.pro
index be9c6c3..8d238e6 100644
--- a/examples/svg/richtext/richtext.pro
+++ b/examples/svg/richtext/richtext.pro
@@ -1,3 +1,2 @@
TEMPLATE = subdirs
-!contains(QT_CONFIG, no-widgets): SUBDIRS += textobject
-QT+=widgets
+qtHaveModule(widgets): SUBDIRS += textobject
diff --git a/examples/svg/richtext/textobject/main.cpp b/examples/svg/richtext/textobject/main.cpp
index 4a0a6a0..910d8c4 100644
--- a/examples/svg/richtext/textobject/main.cpp
+++ b/examples/svg/richtext/textobject/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/svg/richtext/textobject/svgtextobject.cpp b/examples/svg/richtext/textobject/svgtextobject.cpp
index 8e3e3e9..ab2a1c8 100644
--- a/examples/svg/richtext/textobject/svgtextobject.cpp
+++ b/examples/svg/richtext/textobject/svgtextobject.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/svg/richtext/textobject/svgtextobject.h b/examples/svg/richtext/textobject/svgtextobject.h
index f9ba114..ad98770 100644
--- a/examples/svg/richtext/textobject/svgtextobject.h
+++ b/examples/svg/richtext/textobject/svgtextobject.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/svg/richtext/textobject/window.cpp b/examples/svg/richtext/textobject/window.cpp
index ba1d16d..1331546 100644
--- a/examples/svg/richtext/textobject/window.cpp
+++ b/examples/svg/richtext/textobject/window.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/svg/richtext/textobject/window.h b/examples/svg/richtext/textobject/window.h
index 7551233..63942fc 100644
--- a/examples/svg/richtext/textobject/window.h
+++ b/examples/svg/richtext/textobject/window.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.