~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/scriptbackends/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2010-10-04 14:30:00 UTC
  • mfrom: (12.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101004143000-qey73molmxxwy4w6
Tags: 0.5.4-1
* new upstream release
* bump standards version to 3.9.1 (no changes needed)
* no more need to remove svncopy.sh-script in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   scriptbackend.cpp
9
9
   simplebackend.cpp
10
10
   qtscriptbackend.cpp
 
11
   rkcomponentscripting.cpp
11
12
   )
12
13
 
13
14
QT4_AUTOMOC(${scriptbackends_STAT_SRCS})
17
18
 
18
19
########### install files ###############
19
20
 
20
 
INSTALL(FILES common.php php.ini common.js DESTINATION ${DATA_INSTALL_DIR}/rkward/phpfiles )
 
21
INSTALL(FILES common.php php.ini common.js rkcomponentscripting.js DESTINATION ${DATA_INSTALL_DIR}/rkward/phpfiles )
21
22
 
22
23
 
23
24