TEMPLATE = app QT += qml quick widgets CONFIG += c++11 SOURCES += main.cpp # `ocamlc -where` = /usr/lib/ocaml INCLUDEPATH += /usr/lib/ocaml LIBS += -L/home/fabs/Code/oboy/_build/default/src/core -loboy # TODO: fix path to OCaml library LIBS += -L/usr/lib/ocaml -lm -ldl -lasmrun # /usr/lib/ocaml/Makefile.config | grep NATIVECCLIBS RESOURCES += qml.qrc # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH = # Default rules for deployment. include(deployment.pri)