04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
13 lines
243 B
Prolog
13 lines
243 B
Prolog
HEADERS += \
|
|
../shared/trianglerenderer.h
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
../shared/trianglerenderer.cpp
|
|
|
|
RESOURCES += hellovulkantriangle.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantriangle
|
|
INSTALLS += target
|