Commit 83e760dc authored by Paul Olav Tvete's avatar Paul Olav Tvete
Browse files

Promote antialiasing manual test to example


It already looks better than some of our existing examples.

Task-number: QTBUG-82250
Change-Id: I0d774cbd3dd06517a7af2963ddbe2a533639a717
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@qt.io>
parent 0cb94434
No related merge requests found
Showing with 5 additions and 1 deletion
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/antialiasing
INSTALLS += target
SOURCES += \
main.cpp
......
......@@ -58,7 +58,7 @@ Window {
visible: true
width: 800
height: 600
title: qsTr("Quick3D Antialiasing Tester")
title: qsTr("Quick3D Antialiasing Example")
color: "black"
View3D {
......
TEMPLATE = subdirs
SUBDIRS += \
antialiasing \
customshaders \
effects \
hellocube \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment