File: libevolvotron.pro

package info (click to toggle)
evolvotron 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,324 kB
  • sloc: cpp: 10,425; python: 162; sh: 138; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib

QT += widgets

TARGET = evolvotron   # Have to override this or we get "liblibevolvotron"

include (../common.pro)

CONFIG += staticlib

INCLUDEPATH += ../libfunction
DEPENDPATH += ../libfunction

HEADERS += $$files(*.h)
SOURCES += $$files(*.cpp)