forked from SiriusDely/Cascades-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.properties
50 lines (44 loc) · 2.36 KB
/
manifest.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# Java properties file specifying the configuration of the project template.
#
# attributes supported are:
#
# sources - whitespace-delimited list of source files. Order is important
# inasmuch as the last file in the list will be opened in an
# editor after the project has been created, unless the project
# includes a bar-descriptor.xml file, in which case that will
# be the file that is edited. The last file in the list usually
# should be the main.c or main.cpp file.
# resources - binaries which are not treated as text files and are simply copied bypassing any template engine.
#
# libs - whitespace-delimited list of libnames to add to the linker
# setup
#
# flags.compiler - for Makefile projects, the CCFLAGS to add to common.mk
# flags.linker - for Makefile projects, the LDFLAGS to add to common.mk
#
# path.includes - for managed-build and Makefile projects, extra include paths.
# Macro names supported are QNX_TARGET and CPUVARDIR only.
# path.libraries - for managed-build and Makefile projects, extra library paths.
# Macro names supported are QNX_TARGET and CPUVARDIR only.
#
sources:src/kakelapp.cpp src/kakelapp.h src/main.cpp assets/main.qml
resources:Notice assets/images/background.png assets/images/icon_complex.png assets/images/tile1.png assets/images/tile3.png assets/images/tile5.png assets/images/empty.png assets/images/icon_simple.png assets/images/tile2.png assets/images/tile4.png assets/images/tile6.png
custom.icon: icon.png
custom.pro: kakel.pro
desc.libs: Libraries for working with windows, OpenGL, fonts, and images
libs:
desc.flags.compiler: Compiler options for enhanced security
flags.compiler: -fstack-protector-all -D_FORTIFY_SOURCE=2 -lang-c++
desc.flags.linker: Linker options for enhanced security
flags.linker: -Wl,-z,relro -Wl,-z,now
desc.path.includes: Cascades Native Includes
path.includes: $(QNX_TARGET)/../target-override/usr/include \
$(QNX_TARGET)/usr/include/qt4 \
$(QNX_TARGET)/usr/include/qt4/QtCore \
$(QNX_TARGET)/usr/include/cpp \
$(QNX_TARGET)/usr/include/cpp/c \
$(QNX_TARGET)/usr/include/cpp/embedded
desc.path.libraries: Extra library search path for target overrides and patches
path.libraries: $(QNX_TARGET)/../target-override/$(CPUVARDIR)/lib \
$(QNX_TARGET)/../target-override/$(CPUVARDIR)/usr/lib