summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/QtTests/QtTests.mpc
blob: 95dad19f581cad35dde3a56e36fecd233a737f30 (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
// -*- MPC -*-
// $Id$

project(*server): taoserver, tao_qtresource  {

  MOC_Files {
    test_i.h
  }

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

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

  MOC_Files {
    client.h
  }

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