summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build with -no-guiLiang Qi2019-04-091-0/+3
| | | | | | Task-number: QTBUG-74602 Change-Id: If9cf0795e887a0b3cdfed0a6f5e7798116ef137d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Allow to disable aspects at configure timePaul Lemire2017-08-021-3/+6
| | | | | | | | | This allows to remove dependencies and reduce deployment size when a given aspect is not required. Change-Id: I5aa90e4825b375cd446c47727aa11d03c40703c9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Moved assimp example to manual testSean Harmer2016-05-151-1/+3
| | | | | | | | | tests.pro edited to add the new folder along with a .pro and .pri in the manual folder. Part of an examples cleanup Change-Id: I20b555f6d131b423e1f8986071bb4b62d8fac0ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Disable building benchmarks in debug buildsLaszlo Agocs2015-02-271-1/+5
| | | | | | | Because linking fails on Windows due to the benchmarks being release-only. Change-Id: I386b38f10ec5018f34bbbd45c6ff29ad6925faa5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add QHandle template class and testSean Harmer2014-04-041-0/+3
| | | | | | | | With: Paul Lemire Change-Id: I47a228553da06d9692a206fd2424beea0a163b2f Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Disable demos, examples, tests, tools temporarilySean Harmer2014-02-101-3/+0
| | | | | Change-Id: Id7240632c7a4d6e59666488858b23a3fead389cd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Make Qt3D buildable without widgets or opengl.Sarah Smith2011-12-211-1/+0
| | | | | | | | | | | | | | | | Pull out all references to QGLContext, and QGLWidget and so on; and replace with the equivalent from the gui library. Where there is no equivalent, eg the BindOptions enum, then reimplement. Also get rid of the harmattan and symbian packaging goop. This had become completely unmaintainable, and was making it very hard to see what dependencies were being pull in by the various parts of the build system. In order to have any confidence that conditional compilation would not add in some problematic dependency, clean all this up. Task-number: QTBUG-23299 Change-Id: Ied92ca1397076986e455674b064d8540bb13c0df Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* More harmattan SDK fixups.Sarah Smith2011-07-131-0/+1
| | | | | | | | Add change id. Change-Id: Iae6bf8b7d33465d1dcc9726af5dd07020c257e9a Reviewed-on: http://codereview.qt.nokia.com/1554 Reviewed-by: Sarah Jane Smith
* Refactor packaging.Sarah Smith2011-07-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | Packaging was always not so good. With the arrival of yet another packaging system to support, with QtSDK and Harmattan, it was overdue time to refactor the build system. Factored out all the places where Qt3D and QtQuick3D dependencies were exactly 3 levels below the source .pro file. This catches all of the examples and all of the demos, except for the ones in the tutorials directories. It is fine if those don't appear in packages, since their main value is in examining them in the IDE, rather than just having a package run them for you. It also catches both of the import plugins. Thus we save a huge amount of duplication of packaging information and can place the Qt SDK Harmattan packaging into a couple of variables in a new pkg.pri file. The two deps are now in a qt3d_pkg_dep.pri and qt3dquick_pkg_dep.pri file which include the pkg.pri. Change-Id: I28de17d7faa5ccf9157afad99471079c0b62ee87 Reviewed-on: http://codereview.qt.nokia.com/1191 Reviewed-by: Sarah Jane Smith
* Add QDeclarativeItem3D::meshNode manual testsJulian de Bhal2011-04-141-1/+1
| | | | Change-Id: I6680b4611bb3f5ed969818abe7f9fb85b2e0c036
* Add files ported from research/qt3dSarah Smith2011-03-091-0/+2
Fill repo with some of the files from the research/qt3d project. At present the new project builds under MacOSX. To-dos include getting it building under linux, windows, harmattan and maemo/meego; updating the documentation to reflect the new QtQuick focus; and fixing the issues with private headers.