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

project(*server): taoexe, portableserver, tao_qtreactor  {

  MOC_Files {
    test_i.h
  }

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

project(*client): taoexe, tao_qtreactor {

  MOC_Files {
    client.h
  }

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