~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/auto/corelib/plugin/quuid/test/test.pro

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFIG += testcase
 
2
TARGET = tst_quuid
 
3
QT = core testlib
 
4
SOURCES = ../tst_quuid.cpp
 
5
 
 
6
darwin {
 
7
    OBJECTIVE_SOURCES = ../tst_quuid_darwin.mm
 
8
    LIBS += -framework Foundation
 
9
}
 
10
 
 
11
CONFIG(debug_and_release_target) {
 
12
    CONFIG(debug, debug|release) {
 
13
        DESTDIR = ../debug
 
14
    } else {
 
15
        DESTDIR = ../release
 
16
    }
 
17
} else {
 
18
    DESTDIR = ..
 
19
}