summaryrefslogtreecommitdiffstats
path: root/qtsystems.pro
blob: 2bd27e86d7409d91b680e26615e52e47347f9ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
requires(if(linux:!android)|if(win32:!winphone:!wince:!winrt)|osx)

load(configure)
qtCompileTest(gconf)
qtCompileTest(bluez)
qtCompileTest(udev)
qtCompileTest(evdev)
qtCompileTest(x11)
qtCompileTest(mir)

# FIXME: This causes tests to be installed (if examples are installed as well),
# which is needed to run some tests because they are broken.
CONFIG += ordered

load(qt_parts)