File: ft_sorting.pro

package info (click to toggle)
libmlocale 0.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,416 kB
  • sloc: cpp: 29,597; sh: 631; perl: 350; python: 220; makefile: 26; sed: 7
file content (21 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include(../common_top.pri)

TARGET = ft_sorting

TEST_SOURCES = \
#    $$MSRCDIR/mlocale.cpp

# Input
HEADERS += \
    ft_sorting.h \

SOURCES += \
    ft_sorting.cpp \
    $$TEST_SOURCES \

# service classes
SOURCES += \
#    $$STUBSDIR/stubbase.cpp \


include(../common_bot.pri)