~ubuntu-branches/debian/jessie/qtdeclarative-opensource-src/jessie

« back to all changes in this revision

Viewing changes to examples/quick/dialogs/systemdialogs/systemdialogs.pro

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2014-06-05 23:53:56 UTC
  • mfrom: (8.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140605235356-cf36ioh08oh2oow4
Tags: 5.3.0-5
* Upload to unstable.
* Backport v4_yarr_jit_push_pop_addressTempRegister.patch to fix a bug
  of the JIT compiler in arm. Thanks Scott Kitterman for pointing it out.
* Update symbols files with buildds' logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE = app
2
 
 
3
 
QT += quick qml
4
 
SOURCES += main.cpp
5
 
RESOURCES += systemdialogs.qrc ../../shared/shared.qrc
6
 
 
7
 
OTHER_FILES += \
8
 
    systemdialogs.qml \
9
 
    FileDialogs.qml \
10
 
    ColorDialogs.qml \
11
 
    FontDialogs.qml \
12
 
    MessageDialogs.qml
13
 
 
14
 
target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs/systemdialogs
15
 
INSTALLS += target