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

CONFIG += tests_need_tools
load(qt_parts)

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