mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
20 lines
309 B
Prolog
20 lines
309 B
Prolog
TEMPLATE = app
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
SOURCES += main.c \
|
|
utf8lib.c
|
|
|
|
#include(deployment.pri)
|
|
#qtcAddDeployment()
|
|
|
|
DISTFILES += \
|
|
UnicodeData.txt \
|
|
DerivedNormalizationProps.txt \
|
|
CompositionExclusions.txt \
|
|
NormalizationTest.txt
|
|
|
|
HEADERS += \
|
|
utf8lib.h
|
|
|