To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test-svcore-data-fileio.pro @ 101:ddc288a7977e

History | View | Annotate | Download (599 Bytes)

1

    
2
TEMPLATE = app
3

    
4
exists(config.pri) {
5
    include(config.pri)
6
}
7

    
8
!exists(config.pri) {
9
    include(noconfig.pri)
10
}
11

    
12
include(base.pri)
13

    
14
CONFIG += console
15
QT += network xml testlib
16
QT -= gui
17

    
18
win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
19
macx*: CONFIG -= app_bundle
20

    
21
TARGET = test-svcore-data-fileio
22

    
23
OBJECTS_DIR = o
24
MOC_DIR = o
25

    
26
include(svcore/data/fileio/test/files.pri)
27

    
28
for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/data/fileio/test/%1", $$file) }
29
for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/fileio/test/%1", $$file) }
30

    
31
QMAKE_POST_LINK = ./$${TARGET}$${TARGET_EXT}