~ubuntu-branches/ubuntu/saucy/libkdegames/saucy-updates

« back to all changes in this revision

Viewing changes to libkdegamesprivate/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Philip Muškovac, Jonathan Riddell
  • Date: 2013-06-21 01:42:38 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20130621014238-mk0kx5llg3m15ua6
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release

[ Philip Muškovac ]
* Add Qml imports to libkdegames6.install 
* Add new symbols to libkdegames6.symbols

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    kchatbase.h
15
15
    kchatbaseitemdelegate.h
16
16
    kchatbasemodel.h
17
 
    kchatdialog.h
18
 
    kchat.h
19
17
    kgamecanvas.h
20
18
    kgamedifficulty.h
21
19
    kgamesvgdocument.h
30
28
    kgame/kgameio.h
31
29
    kgame/kgamemessage.h
32
30
    kgame/kgamenetwork.h
33
 
    kgame/kgameprocess.h
34
 
    kgame/kgamepropertyarray.h
35
31
    kgame/kgameproperty.h
36
32
    kgame/kgamepropertyhandler.h
37
33
    kgame/kgamesequence.h
41
37
    kgame/kmessageserver.h
42
38
    kgame/kplayer.h
43
39
DESTINATION ${INCLUDE_INSTALL_DIR}/libkdegamesprivate/kgame COMPONENT Devel)
44
 
 
45
 
install(FILES
46
 
    kgame/dialogs/kgameconnectdialog.h
47
 
    kgame/dialogs/kgamedebugdialog.h
48
 
    kgame/dialogs/kgamedialogconfig.h
49
 
    kgame/dialogs/kgamedialog.h
50
 
    kgame/dialogs/kgameerrordialog.h
51
 
DESTINATION ${INCLUDE_INSTALL_DIR}/libkdegamesprivate/kgame/dialogs COMPONENT Devel)