mirror of https://github.com/qt/qt3d.git
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I393161c3adef90f776572c41d03305d2aa3979f8 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
1f1a8a145a
commit
4ddbab6f63
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_additiveclipblend
|
||||
SOURCES
|
||||
tst_additiveclipblend.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_animationclip
|
||||
SOURCES
|
||||
tst_animationclip.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_animationutils
|
||||
SOURCES
|
||||
tst_animationutils.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_bezierevaluator
|
||||
SOURCES
|
||||
tst_bezierevaluator.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_blendedclipanimator
|
||||
SOURCES
|
||||
tst_blendedclipanimator.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_channelmapper
|
||||
SOURCES
|
||||
tst_channelmapper.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_channelmapping
|
|||
tst_channelmapping.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipanimator
|
|||
tst_clipanimator.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnode
|
|||
tst_clipblendnode.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnodemanager
|
|||
tst_clipblendnodemanager.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnodevisitor
|
|||
tst_clipblendnodevisitor.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendvalue
|
|||
tst_clipblendvalue.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_clock
|
|||
tst_clock.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_fcurve
|
||||
SOURCES
|
||||
tst_fcurve.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_findrunningclipanimatorsjob
|
|||
tst_findrunningclipanimatorsjob.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_sandwichfinder
|
||||
SOURCES
|
||||
tst_functionrangefinder.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_lerpclipblend
|
|||
tst_lerpclipblend.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -13,7 +13,7 @@ qt_internal_add_test(tst_qt3d_qabstractanimation
|
|||
# special case end
|
||||
SOURCES
|
||||
tst_qabstractanimation.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qadditiveclipblend
|
|||
tst_qadditiveclipblend.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qanimationaspect
|
||||
SOURCES
|
||||
tst_qanimationaspect.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qanimationclip
|
|||
tst_qanimationcliploader.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qanimationcontroller
|
||||
SOURCES
|
||||
tst_qanimationcontroller.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qt3d_qanimationgroup
|
|||
# special case end
|
||||
SOURCES
|
||||
tst_qanimationgroup.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qblendedclipanimator
|
|||
tst_qblendedclipanimator.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qcallbackmapping
|
|||
tst_qcallbackmapping.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qchannelmapper
|
|||
tst_qchannelmapper.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qchannelmapping
|
|||
tst_qchannelmapping.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclipanimator
|
|||
tst_qclipanimator.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclipblendvalue
|
|||
tst_qclipblendvalue.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclock
|
|||
tst_qclock.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qkeyframeanimation
|
||||
SOURCES
|
||||
tst_qkeyframeanimation.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qlerpclipblend
|
|||
tst_qlerpclipblend.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qmorphinganimation
|
||||
SOURCES
|
||||
tst_qmorphinganimation.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qmorphtarget
|
||||
SOURCES
|
||||
tst_qmorphtarget.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qskeletonmapping
|
|||
tst_qskeletonmapping.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qvertexblendanimation
|
||||
SOURCES
|
||||
tst_qvertexblendanimation.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_skeleton_anim
|
|||
tst_skeleton.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DAnimation
|
||||
Qt::3DAnimationPrivate
|
||||
Qt::3DCore
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_aspectcommandddebugger
|
||||
SOURCES
|
||||
tst_aspectcommanddebugger.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_handle
|
||||
SOURCES
|
||||
tst_handle.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_matrix4x4_avx2
|
||||
SOURCES
|
||||
tst_matrix4x4_avx2.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DRenderPrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_matrix4x4_sse
|
||||
SOURCES
|
||||
tst_matrix4x4_sse.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_nodes
|
|||
tst_nodes.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qarmature
|
|||
tst_qarmature.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qaspectengine
|
||||
SOURCES
|
||||
tst_qaspectengine.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::Gui
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qaspectfactory
|
||||
SOURCES
|
||||
tst_qaspectfactory.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qaspectjob
|
||||
SOURCES
|
||||
tst_qaspectjob.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::Gui
|
||||
)
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qchangearbiter
|
|||
tst_qchangearbiter.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qentity
|
||||
SOURCES
|
||||
tst_qentity.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qjoint
|
|||
tst_qjoint.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qresourcemanager
|
||||
SOURCES
|
||||
tst_qresourcemanager.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qscene
|
|||
tst_qscene.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qscheduler
|
||||
SOURCES
|
||||
tst_qscheduler.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qservicelocator
|
||||
SOURCES
|
||||
tst_qservicelocator.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qskeleton
|
|||
tst_qskeleton.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qskeletonloader
|
|||
tst_qskeletonloader.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -14,7 +14,7 @@ qt_internal_add_test(tst_qt3d_qtransform
|
|||
tst_qtransform.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_threadpooler
|
||||
SOURCES
|
||||
tst_threadpooler.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_vector3d_base
|
||||
SOURCES
|
||||
tst_vector3d_base.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_vector3d_sse
|
||||
SOURCES
|
||||
tst_vector3d_sse.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_vector4d_base
|
||||
SOURCES
|
||||
tst_vector4d_base.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_vector4d_sse
|
||||
SOURCES
|
||||
tst_vector4d_sse.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::Gui
|
||||
|
|
|
@ -13,7 +13,7 @@ qt_internal_add_test(tst_qcuboidgeometry
|
|||
tst_qcuboidgeometry.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DExtras
|
||||
Qt::3DRender
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qfirstpersoncameracontroller
|
||||
SOURCES
|
||||
tst_qfirstpersoncameracontroller.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DExtras
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qforwardrenderer
|
||||
SOURCES
|
||||
tst_qforwardrenderer.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DExtras
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qorbitcameracontroller
|
||||
SOURCES
|
||||
tst_qorbitcameracontroller.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DExtras
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_qtext2dentity
|
||||
SOURCES
|
||||
tst_qtext2dentity.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DExtras
|
||||
|
|
|
@ -13,7 +13,7 @@ qt_internal_add_test(tst_qtorusgeometry
|
|||
tst_qtorusgeometry.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DExtras
|
||||
Qt::3DRender
|
||||
Qt::CorePrivate
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_objgeometryloader
|
||||
SOURCES
|
||||
tst_objgeometryloader.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DRender
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
qt_internal_add_test(tst_aspects_startup_shutdown
|
||||
SOURCES
|
||||
tst_aspects_startup_shutdown.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DExtras
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_abstractaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_action
|
|||
tst_action.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_actioninput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_analogaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_axis
|
|||
tst_axis.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_axisaccumulator
|
|||
tst_axisaccumulator.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_axisaccumulatorjob
|
|||
tst_axisaccumulatorjob.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_buttonaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_inputchord
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_inputsequence
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_keyboardhandler
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_loadproxydevicejob
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_logicaldevice
|
|||
tst_logicaldevice.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_mousedevice
|
|||
tst_mousedevice.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_physicaldeviceproxy
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qabstractaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qabstractphysicaldevicebackendnode
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qabstractphysicaldeviceproxy
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -18,7 +18,7 @@ qt_internal_add_test(tst_qt3d_qaction
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qactioninput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qanalogaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qaxis
|
|||
tst_qaxis.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qaxisaccumulator
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qbuttonaxisinput
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qkeyboardhandler
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -12,7 +12,7 @@ qt_internal_add_test(tst_qlogicaldevice
|
|||
tst_qlogicaldevice.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_qmousedevice
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -18,7 +18,7 @@ qt_internal_add_test(tst_qt3d_qmouseevent
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -16,7 +16,7 @@ qt_internal_add_test(tst_utils
|
|||
INCLUDE_DIRECTORIES
|
||||
../../core/common
|
||||
../commons
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DInput
|
||||
|
|
|
@ -13,7 +13,7 @@ qt_internal_add_test(tst_import3dcore
|
|||
tst_import3dcore.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../render/qmlscenereader
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DQuick
|
||||
|
|
|
@ -13,7 +13,7 @@ qt_internal_add_test(tst_import3dinput
|
|||
tst_import3dinput.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../render/qmlscenereader
|
||||
PUBLIC_LIBRARIES
|
||||
LIBRARIES
|
||||
Qt::3DCore
|
||||
Qt::3DCorePrivate
|
||||
Qt::3DQuick
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue