File: samplv1_lv2.pro

package info (click to toggle)
samplv1 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,204 kB
  • ctags: 1,238
  • sloc: cpp: 8,172; makefile: 137; ansic: 27; xml: 8
file content (11 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# samplv1_lv2.pro
#
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
	error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
}

TEMPLATE = subdirs
SUBDIRS = src
src.file = src/src_lv2.pro