summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary/tst/tst.pro
blob: ae6cf97891d7680e1e28f5ae52b45ea892af3d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
CONFIG -= app_bundle
TARGET = ../tst_qlibrary
QT = core testlib
SOURCES = ../tst_qlibrary.cpp

win32 {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/tst_qlibrary
    } else {
        TARGET = ../../release/tst_qlibrary
    }
}

TESTDATA += ../library_path/invalid.so

win32:CONFIG += insignificant_test # QTBUG-24151