mirror of https://github.com/qt/qtdatavis3d.git
Mac compilation fix for minimal examples
Change-Id: I5a157dee3942841b05622f67addabea2cd711171 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
This commit is contained in:
parent
c0f5e27e18
commit
a49f618d54
|
|
@ -1,4 +1,8 @@
|
|||
QT += core gui datavisualization
|
||||
!include( ../tests.pri ) {
|
||||
error( "Couldn't find the tests.pri file!" )
|
||||
}
|
||||
|
||||
QT += core gui datavisualization
|
||||
|
||||
TARGET = MinimalBars
|
||||
TEMPLATE = app
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
QT += core gui datavisualization
|
||||
!include( ../tests.pri ) {
|
||||
error( "Couldn't find the tests.pri file!" )
|
||||
}
|
||||
|
||||
QT += core gui datavisualization
|
||||
|
||||
TARGET = MinimalScatter
|
||||
TEMPLATE = app
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
QT += core gui datavisualization
|
||||
!include( ../tests.pri ) {
|
||||
error( "Couldn't find the tests.pri file!" )
|
||||
}
|
||||
|
||||
QT += core gui datavisualization
|
||||
|
||||
TARGET = minimalSurface
|
||||
TEMPLATE = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue