summaryrefslogtreecommitdiffstats
path: root/qtactiveqt.pro
blob: 1e17fa85f5d08b97bfa38a6d234a81de38729569 (plain)
1
2
3
4
5
6
7
8
9
requires(qtHaveModule(widgets))

CONFIG += tests_need_tools
load(qt_parts)

!win32|winrt {
    message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
    SUBDIRS = src
}