qskinny/playground/gradients/gradients.pro
Uwe Rathmann 0f825209d0 gradients testprogram:
- widgets dependency removed
    - implementations for other shaders added
2022-12-20 16:30:49 +01:00

19 lines
280 B
Prolog

CONFIG += qskexample
HEADERS += \
GradientView.h
SOURCES += \
GradientView.cpp \
main.cpp
qtHaveModule(quickshapes_private) {
QT += quickshapes_private
HEADERS += GradientQuickShape.h
SOURCES += GradientQuickShape.cpp
DEFINES += SHAPE_GRADIENT
}