~zsombi/ubuntu-ui-toolkit/contextualActions

« back to all changes in this revision

Viewing changes to examples/unit-converter/unit-converter.pro

  • Committer: Tarmac
  • Author(s): Benjamin Zeller, Zoltán Balogh
  • Date: 2015-07-24 09:01:25 UTC
  • mfrom: (1504.7.46 qtmacros)
  • Revision ID: tarmac-20150724090125-5pthljorv8wg7e36
Make use of the official qt build macros to blend into the Qt buildprocess.

Approved by PS Jenkins bot, Zoltan Balogh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
}
10
10
 
11
11
 
12
 
desktop_files.path = /usr/share/applications
 
12
desktop_files.path = $$[QT_INSTALL_EXAMPLES]/ubuntu-ui-toolkit/examples/unit-converter
13
13
desktop_files.files = unit-converter.desktop
14
14
 
15
 
other_files.path = /usr/lib/ubuntu-ui-toolkit/examples/unit-converter
 
15
other_files.path = $$[QT_INSTALL_EXAMPLES]/ubuntu-ui-toolkit/examples/unit-converter
16
16
other_files.files = $$OTHER_FILES
17
17
 
18
18
INSTALLS += other_files desktop_files