blob: 2db00c1b516757b014e0fab566ce93bf3cc9046e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
SOURCES += main.cpp
RESOURCES += hellographs.qrc
OTHER_FILES += doc/src/* \
doc/images/* \
qml/hellographs/*
|