summaryrefslogtreecommitdiffstats
path: root/plugins/plugins.pro
blob: 704489d1f74c7a33bb564c979068260f7515d336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!include( ../config.pri ) {
 error( "Couldn't find the config.pri file!" )
}

TEMPLATE = subdirs

contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
    warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
} else {
    SUBDIRS += quick1
    contains(QT_VERSION, ^5\\..*\\..*$) {
        qtHaveModule(quick): SUBDIRS += quick2
    }
}

!linux-arm*:!qnx:!vxworks:!wince*: {
    SUBDIRS += \
            designer
}