summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/QtTests.mpc
blob: f3b5abcd567ff68462755f513695c73e5dfa03ab (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
// -*- MPC -*-
project(*server): taoserver, tao_qtresource, ace_qt4  {

  MOC_Files {
   test_i.h
  }

  Source_Files {
    test_i.cpp
    test_i_moc.cpp
    server.cpp
  }
}

project(*client): taoclient, anytypecode, tao_qtresource, ace_qt4 {
  after += *server

  MOC_Files {
    client.h
  }

  Source_Files {
    testC.cpp
    client_moc.cpp
    client.cpp
  }
}