CONFIG += c++11 console CONFIG -= app_bundle SOURCES += \ main.cpp LIBS += -L$$PWD/../build_x86 -lcellulo-unity -lcelluloplugin LIBS += -L$$[QT_INSTALL_QML]/Cellulo # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target