repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
QtTests
/
QtTests.mpc
blob
f3b5abcd567ff68462755f513695c73e5dfa03ab
1
// -*- MPC -*-
2
project(*server): taoserver, tao_qtresource, ace_qt4 {
3
4
MOC_Files {
5
test_i.h
6
}
7
8
Source_Files {
9
test_i.cpp
10
test_i_moc.cpp
11
server.cpp
12
}
13
}
14
15
project(*client): taoclient, anytypecode, tao_qtresource, ace_qt4 {
16
after += *server
17
18
MOC_Files {
19
client.h
20
}
21
22
Source_Files {
23
testC.cpp
24
client_moc.cpp
25
client.cpp
26
}
27
}
28