![Uwe Rathmann](/assets/img/avatar_default.png)
intended to compare how gradients are rendered with the different QSkinny backends to the raster paint engine
17 lines
263 B
Prolog
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
|
|
}
|
|
}
|