summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/fontsampler/fontsampler.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 14:21:55 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-28 09:56:39 +0200
commit917282ea53626e4be45c6bb19682776b250948ba (patch)
treea514472d722dc66d715d4dfa7368a15884c09dca /examples/widgets/painting/fontsampler/fontsampler.pro
parent0b6f5ae131af140088fbc5e770779f9cf8fdbd7f (diff)
Move font sampler example to manual test
Pick-to: 6.5 6.6 Change-Id: I696d9be26edfaadd40579884930b2f061d308a06 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/painting/fontsampler/fontsampler.pro')
-rw-r--r--examples/widgets/painting/fontsampler/fontsampler.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/widgets/painting/fontsampler/fontsampler.pro b/examples/widgets/painting/fontsampler/fontsampler.pro
deleted file mode 100644
index 5d3461f4b8..0000000000
--- a/examples/widgets/painting/fontsampler/fontsampler.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT += widgets
-requires(qtConfig(combobox))
-qtHaveModule(printsupport): QT += printsupport
-
-FORMS = mainwindowbase.ui
-HEADERS = mainwindow.h
-SOURCES = main.cpp \
- mainwindow.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/fontsampler
-INSTALLS += target