summaryrefslogtreecommitdiffstats
path: root/qtjsondb.pro
blob: 457b7a18cf8e6bb3990f3b476fe7acb863f55fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(configure)
qtCompileTest(icu)
qtCompileTest(libedit)

load(qt_parts)

win32 {
    message("QtJsonDb is not currently supported on Windows - will not be built")
    SUBDIRS =
}

include(doc/doc.pri)