File: chunks.pro

package info (click to toggle)
ponyprog 3.1.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,488 kB
  • sloc: cpp: 35,376; python: 981; sh: 565; makefile: 41; ansic: 38
file content (18 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-------------------------------------------------
#
# Project created by QtCreator 2015-04-20T13:35:52
#
#-------------------------------------------------

#greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

DEFINES += MODUL_TEST

SOURCES += \
    main.cpp \
    ../src/chunks.cpp \
    testchunks.cpp

HEADERS += \
    ../src/chunks.h \
    testchunks.h