~ubuntu-branches/debian/wheezy/stellarium/wheezy

« back to all changes in this revision

Viewing changes to plugins/TelescopeControl/src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2012-05-18 13:26:18 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120518132618-3uso09fo68c218cx
Tags: 0.11.2-1
* Imported Upstream version 0.11.1 and then 0.11.2 (Closes: #658431)
* Change maintainer (Closes: #668916)
* Machine-readable copyright file
* Bump Standards-Version to 3.9.3
* Update debhelper compat to 9
* Fix lintian duplicate-font-file warning
* Fix copyright-refers-to-symlink-license lintian tag
* Add lintian override for embedded-library error

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  gui/TelescopeDialog.cpp
25
25
  gui/TelescopeConfigurationDialog.hpp
26
26
  gui/TelescopeConfigurationDialog.cpp
27
 
  gui/StelDialogTelescopeControl.hpp
28
 
  gui/StelDialogTelescopeControl.cpp
29
27
  servers/LogFile.hpp
30
28
  servers/LogFile.cpp
31
29
  servers/Socket.hpp
61
59
# Add here all the files which require moc compilation
62
60
# that is, all the headers with SIGNAL/SLOTS/PLUGIN_INTERFACE etc..
63
61
SET(TelescopeControl_MOC_HDRS
64
 
  gui/StelDialogTelescopeControl.hpp
65
62
  gui/TelescopeConfigurationDialog.hpp
66
63
  gui/TelescopeDialog.hpp
67
64
  gui/SlewDialog.hpp