changeset 34 | ed14f46c0e55 |
parent 7 | 923ff622b8b9 |
31:7516d6d86cf5 | 34:ed14f46c0e55 |
---|---|
28 TEMPLATE = app |
28 TEMPLATE = app |
29 TARGET = hbconftest_openvg |
29 TARGET = hbconftest_openvg |
30 DEPENDPATH += . |
30 DEPENDPATH += . |
31 INCLUDEPATH += . |
31 INCLUDEPATH += . |
32 CONFIG += openvg |
32 CONFIG += openvg |
33 CONFIG -= app_bundle |
|
33 |
34 |
34 # Input |
35 # Input |
35 SOURCES += main.cpp |
36 SOURCES += main.cpp |
36 |
37 |
37 # OpenVG libraries, the same way hbcore uses them |
38 # OpenVG libraries, the same way hbcore uses them |