qskinny/playground/gradients/gradients.pro
Uwe Rathmann a48943e68f initial implementation for the playground/gradients added. This demo is
intended to compare how gradients are rendered with the different QSkinny
backends to the raster paint engine
2022-12-09 12:07:46 +01:00

17 lines
263 B
Prolog

CONFIG += qskexample
QT += widgets quickwidgets
HEADERS +=
SOURCES += \
main.cpp
linux {
pedantic {
QMAKE_CXXFLAGS += -isystem $$[QT_INSTALL_HEADERS]/QtQuickWidgets
QMAKE_CXXFLAGS += -isystem $$[QT_INSTALL_HEADERS]/QtWidgets
}
}