summaryrefslogtreecommitdiff
path: root/tests/QtTests/QtTests.mpc
blob: 5805f452dcd4350635c3401c7efbeabd3216627d (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, 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
  }
}