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

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

# 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)