File: monkey.pri

package info (click to toggle)
monkeystudio 1.9.0.4%2Bgit20161218-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 41,500 kB
  • ctags: 22,118
  • sloc: cpp: 144,671; ansic: 33,969; python: 2,922; makefile: 127; sh: 122; php: 73; cs: 69
file content (13 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# monkey includes path to include in plugins/core project

# include path
INCLUDEPATH *= $${PWD}/src
#INCLUDEPATH    *= $$getFolders( $${PWD}/src, resources )

# dependency
PRE_TARGETDEPS  *= $${PWD}

# library integration
greaterThan(QT_MAJOR_VERSION, 4):QT *= widgets printsupport
LIBS    *= -L$${PACKAGE_BUILD_PATH}/$${Q_TARGET_ARCH}/$$buildMode()
win32:LIBS  *= -l$${PACKAGE_TARGET}