File: tiled.pro

package info (click to toggle)
tiled-qt 0.5.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,120 kB
  • ctags: 1,541
  • sloc: cpp: 11,081; xml: 117; makefile: 17; sh: 8
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Check the Qt version. If QT_VERSION is not set, it is probably Qt 3.
isEmpty(QT_VERSION) {
    error("QT_VERSION not defined. Tiled does not work with Qt 3.")
}
contains(QT_VERSION, ^4\.[0-4]\..*) {
    message("Cannot build Tiled with Qt version $$QT_VERSION")
    error("Use at least Qt 4.5")
}

TEMPLATE  = subdirs
CONFIG   += ordered

SUBDIRS = src translations