~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/mypaint/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
include_directories(brushlib ${GLIB2_INCLUDE_DIR})
10
10
 
11
 
#add_subdirectory(tests)
 
11
add_subdirectory(tests)
12
12
 
13
13
set(kritamypaintpaintop_PART_SRCS
14
14
    mypaint_brush_resource.cpp
31
31
#install( FILES  kritamypaintpaintop.desktop  DESTINATION ${SERVICES_INSTALL_DIR})
32
32
#install( FILES krita-mypaint.png DESTINATION ${DATA_INSTALL_DIR}/krita/images)
33
33
 
34
 
#add_subdirectory(brushes)
 
34
add_subdirectory(brushes)
35
35
 
36
36
endif(GLIB2_FOUND)