115d4fc8cc
Remove Windows CE-specific files, #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, examples and tests. Task-number: QTBUG-51673 Change-Id: I102745aaca9d9737f2108fe7618111743d5ae980 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
27 lines
669 B
Prolog
27 lines
669 B
Prolog
QT += opengl widgets
|
|
|
|
contains(QT_CONFIG, opengles.|angle|dynamicgl):error("This example requires Qt to be configured with -opengl desktop")
|
|
|
|
HEADERS += 3rdparty/fbm.h \
|
|
glbuffers.h \
|
|
glextensions.h \
|
|
gltrianglemesh.h \
|
|
qtbox.h \
|
|
roundedbox.h \
|
|
scene.h \
|
|
trackball.h
|
|
SOURCES += 3rdparty/fbm.c \
|
|
glbuffers.cpp \
|
|
glextensions.cpp \
|
|
main.cpp \
|
|
qtbox.cpp \
|
|
roundedbox.cpp \
|
|
scene.cpp \
|
|
trackball.cpp
|
|
|
|
RESOURCES += boxes.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/boxes
|
|
INSTALLS += target
|