summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/winrt.pri
blob: 31602634b22f9ec9e57d867336712f6b3da7fef7 (plain)
1
2
3
4
5
6
7
8
9
# We cannot use TESTDATA as plugins have to reside physically
# inside the package directory
winrt {
    CONFIG(debug, debug|release) {
        DESTDIR = ../debug/bin
    } else {
        DESTDIR = ../release/bin
    }
}