~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      midiedit
40
40
      mixer
41
41
      mplugins      
 
42
      widgets
42
43
      waveedit
43
 
      widgets
44
44
      )
45
45
 
 
46
#add_dependencies(widgets instruments)
 
47
 
46
48
if (PYTHON_SUPPORT)
47
49
      set ( REM_CPP_FLAGS "-DENABLE_PYTHON" )
48
50
      set ( REM_LIB remote )
49
51
      set ( SubDirs ${SubDirs} remote )
50
52
endif (PYTHON_SUPPORT)
51
53
 
52
 
subdirs (${SubDirs})
 
54
        subdirs (${SubDirs})
53
55
 
54
56
##
55
57
## Expand Qt macros in source files
65
67
      plugin.h 
66
68
      song.h 
67
69
      transport.h 
 
70
      trackdrummapupdater.h
68
71
      value.h 
69
72
      steprec.h 
70
73
      )
132
135
      thread.cpp
133
136
      ticksynth.cpp 
134
137
      track.cpp
 
138
      trackdrummapupdater.cpp
135
139
      transport.cpp
136
140
      undo.cpp
137
141
      value.cpp
183
187
      mixer
184
188
      mplugins
185
189
      remote
 
190
      widgets
186
191
      waveedit
187
 
      widgets
188
192
      )
189
193
 
190
194
# Make sure to include the uic generated headers paths.