summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist/test/test.pro
blob: 5018abeca989fe829bd0a61c1fd2d93a41a452f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase

QT += testlib
SOURCES += ../tst_macplist.cpp
TARGET = ../tst_macplist
win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_macplist
  } else {
    TARGET = ../../release/tst_macplist
  }
}