File: kst.pro

package info (click to toggle)
kst 2.0.8-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 30,700 kB
  • sloc: cpp: 97,085; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; xml: 30; perl: 30
file content (17 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
CONFIG += ordered qt thread

SUBDIRS += \
    src/libkst \
    src/libkstmath \
    src/datasources \
    src/widgets \
    src/libkstapp \
    src/kst

!macx:SUBDIRS += \
    src/d2asc \
    src/plugins \
    tests

!win32-msvc*:SUBDIRS += tests/dirfile_maker