blob: 388b71ac6e32a65ce8b9868c80226222dbac7903 (
plain)
1
2
3
4
5
6
7
8
9
10
|
!include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
}
QT += core gui graphs
TARGET = MinimalBars
TEMPLATE = app
SOURCES += ../../../src/graphs3d/doc/snippets/doc_src_q3dbars_construction.cpp
|