File: build.pro

package info (click to toggle)
monkeystudio 1.9.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 45,012 kB
  • sloc: cpp: 144,877; ansic: 33,969; python: 2,127; makefile: 128; sh: 90; php: 73; cs: 69
file content (28 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
XUP.QT_VERSION = Qt System (4.8.1)
XUP.WIN_PLATFORM_TARGET_RELEASE = bin/monkeystudio.exe
XUP.WIN_PLATFORM_TARGET_DEBUG = bin/monkeystudiod.exe
XUP.WIN_PLATFORM_TARGET_DEFAULT = bin/monkeystudiod.exe
XUP.MAC_PLATFORM_TARGET_RELEASE = bin/MonkeyStudio.app
XUP.MAC_PLATFORM_TARGET_DEBUG = bin/MonkeyStudio_debug.app
XUP.MAC_PLATFORM_TARGET_DEFAULT = bin/MonkeyStudio_debug.app
XUP.OTHERS_PLATFORM_TARGET_RELEASE = bin/monkeystudio
XUP.OTHERS_PLATFORM_TARGET_DEBUG = bin/monkeystudio_debug
XUP.OTHERS_PLATFORM_TARGET_DEFAULT = bin/monkeystudio_debug

# include install script
include( installs.pri )

TEMPLATE = subdirs

CONFIG *= ordered

SUBDIRS = fresh \
    ctags \
    qCtagsSense \
    monkey \
    plugins

!isEqual( SYSTEM_QSCINTILLA, 1 ) {
    SUBDIRS = qscintilla \
        $$SUBDIRS
}