~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-30 06:05:59 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20150130060559-1kirdtmm6bl6eb26
Tags: 3.1.1+15.04.20150130-0ubuntu1
[ Benjamin Zeller ]
Refactoring of the publish Tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
          tests \
4
4
          chroot-agent
5
5
 
 
6
#QML files
 
7
QML_ROOT="$${PWD}/share/qtcreator/ubuntu"
 
8
QML_FILES += \
 
9
    $$QML_ROOT/qml/Components/Link.qml \
 
10
    $$QML_ROOT/qml/Components/NewsBox.qml\
 
11
    $$QML_ROOT/qml/Components/FeatureStateItem.qml  \
 
12
    $$QML_ROOT/qml/Components/ScrollableView.qml \
 
13
    $$QML_ROOT/qml/Components/SectionItem.qml \
 
14
    $$QML_ROOT/qml/Components/Link.qml \
 
15
    $$QML_ROOT/qml/DevicesPage/DevicePage.qml  \
 
16
    $$QML_ROOT/qml/DevicesPage/NewEmulatorDialog.qml \
 
17
    $$QML_ROOT/qml/DevicesPage/DeleteDeviceDialog.qml \
 
18
    $$QML_ROOT/qml/DevicesPage/EmulatorNotInstalled.qml \
 
19
    $$QML_ROOT/qml/welcome.qml \
 
20
    $$QML_ROOT/qml/publishpage.qml \
 
21
    $$QML_ROOT/qml/devicespage.qml
 
22
 
 
23
 
6
24
OTHER_FILES +=  \
7
25
    ubuntu-click.prf \
8
26
    ubuntu-click-tools.prf \
9
 
    share/qtcreator/ubuntu/scripts/*.py
 
27
    share/qtcreator/ubuntu/scripts/*.py \
 
28
    $$QML_FILES
10
29
 
11
30
qt_install_libs = $$[QT_INSTALL_LIBS]
12
31
QMAKE_INST_EXTRA_FILES.path=/lib/$$basename(qt_install_libs)/qt5/mkspecs/features