blob: 09adf76687f071a8a76d6a486b8f33c76829b99e (
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 += cockpit.qrc
OTHER_FILES += doc/src/* \
doc/images/* \
qml/cockpit/*
|