summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/guiapplauncher.pro
Commit message (Collapse)AuthorAgeFilesLines
* There is no predefined qmake x11 scope for x11 builds.Robert Griebl2012-01-311-0/+1
| | | | | | | | | | | | All the autotests that are using a x11{} scope to add QMAKE_LIBS_X11 to LIBS are actually not adding anything at all, but just happen to build correctly because the standard GNU ld resolves symbols in shared libraries recursively (and libQtGui depends on all those X libs already). Building those tests with GNU gold will lead to undefined X* symbols, since gold doesn't use implicitly dependant libs to resolve symbols. Reviewed-by: Harald Fernengel
* Autotests: if you use X11 libs, you must link to X11 libs explicitly.Thiago Macieira2010-03-211-0/+3
| | | | | Solaris linker complains if you don't. Plus it's the right thing to do
* Autotest guiapplauncher: Build fix MinGWFriedemann Kleint2009-11-191-4/+2
| | | | Reviewed-by: Thierry <thierry.bastian@nokia.com>
* Autotests: Add gui application launcher test.Friedemann Kleint2009-11-121-0/+20
X11/Windows: Launch gui application and stop them via Windows manager, check stderr, exit codes, etc. Currently tests Qt Designer, Qt Linguist, Qt Demo and prominent examples/demos. Rubber-stamped-by: Jason McDonald <jason.mcdonald@nokia.com>