~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to qtcreator-plugin-ubuntu.pro

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2015-01-19 09:07:10 UTC
  • mfrom: (1.1.77)
  • Revision ID: package-import@ubuntu.com-20150119090710-5iqdc326jpoapun2
Tags: 3.1.1+15.04.20150119-0ubuntu1
[ Benjamin Zeller ]
Introduce ubuntu-sdk-qmake-extras package

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
SUBDIRS = src/ubuntu \
3
3
          tests \
4
4
          chroot-agent
 
5
 
 
6
OTHER_FILES +=  \
 
7
    ubuntu-click.prf \
 
8
    ubuntu-click-tools.prf \
 
9
    share/qtcreator/ubuntu/scripts/*.py
 
10
 
 
11
qt_install_libs = $$[QT_INSTALL_LIBS]
 
12
QMAKE_INST_EXTRA_FILES.path=/lib/$$basename(qt_install_libs)/qt5/mkspecs/features
 
13
QMAKE_INST_EXTRA_FILES.files= ubuntu-click.prf \
 
14
                              ubuntu-click-tools.prf
 
15
 
 
16
INSTALLS+=QMAKE_INST_EXTRA_FILES