aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivimedia/configure.pri
blob: 6332f3b83afa67b11df5d37252b9571f92d5d15c (plain)
1
2
3
4
5
6
7
8
9
10
QTIVIMEDIA_ROOT = $$PWD

defineTest(qtConfTest_taglib_submodule) {
    path = $$QTIVIMEDIA_ROOT/../3rdparty/taglib/taglib/INSTALL
    exists($$path): return(true)

    qtLog("The submodule at \"$$path\" is not initialized")

    return(false)
}