~ubuntu-branches/ubuntu/utopic/tiled-qt/utopic

« back to all changes in this revision

Viewing changes to src/tiled/tiled.pro

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-10-19 11:32:12 UTC
  • Revision ID: james.westby@ubuntu.com-20101019113212-vcxlkffyutjiyi0v
Tags: 0.5.1-1ubuntu1
* Fix FTBFS due to indirect linking.
  - Add fix-build-indirect-linking.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    offsetmapdialog.ui \
187
187
    objectpropertiesdialog.ui
188
188
RESOURCES += tiled.qrc
 
189
LIBS += -lz
189
190
mac {
190
191
    TARGET = Tiled
191
 
    LIBS += -lz
192
192
    QMAKE_INFO_PLIST = Info.plist
193
193
    ICON = images/tiled-icon-mac.icns
194
194
}