File: benchmarks.pro

package info (click to toggle)
libmlocale 0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,412 kB
  • sloc: cpp: 29,597; sh: 631; perl: 350; python: 220; makefile: 26; sed: 7
file content (16 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE    = subdirs

include(../mkspecs/common.pri)

SUBDIRS     = \
 pt_mlocationdatabase \
 pt_mlocale \

contains(DEFINES, HAVE_ICU) {
SUBDIRS += \
 pt_mcalendar \
 pt_mcharsetdetector
}

include(shell.pri)