summaryrefslogtreecommitdiffstats
path: root/tests/auto/qresourceengine/qresourceengine.pro
blob: 8f3ca5ce326c0a66a23177c42e2657b5860a788b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
######################################################################
# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005
######################################################################

load(qttest_p4)
load(resources)

# Input
SOURCES += tst_resourceengine.cpp
RESOURCES += testqrc/test.qrc 

runtime_resource.target = runtime_resource.rcc 
runtime_resource.depends = $$PWD/testqrc/test.qrc
runtime_resource.commands = $$QMAKE_RCC -root /runtime_resource/ -binary $${runtime_resource.depends} -o $${runtime_resource.target}
QMAKE_EXTRA_TARGETS = runtime_resource
ALL_DEPS += $${runtime_resource.target}

QT = core
wince*:{
    deploy.sources += runtime_resource.rcc parentdir.txt
    test.sources = testqrc/* 
    test.path = testqrc
    alias.sources = testqrc/aliasdir/*
    alias.path = testqrc/aliasdir
    other.sources = testqrc/otherdir/* 
    other.path = testqrc/otherdir
    search1.sources = testqrc/searchpath1/* 
    search1.path = testqrc/searchpath1
    search2.sources = testqrc/searchpath2/* 
    search2.path = testqrc/searchpath2
    sub.sources = testqrc/subdir/*
    sub.path = testqrc/subdir
    testsub.sources = testqrc/test/*
    testsub.path = testqrc/test
    testsub2.sources = testqrc/test/test/*
    testsub2.path = testqrc/test/test
    DEPLOYMENT = deploy test alias other search1 search2 sub testsub testsub2
    DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}