QT += core gui widgets CONFIG += c++11 HEADERS += \ customscene.h \ mainwindow.h SOURCES += \ customscene.cpp \ main.cpp \ mainwindow.cpp FORMS += \ mainwindow.ui INCLUDEPATH += $$PWD/../rustlib DEPENDPATH += $$PWD/../rustlib LIBS += \ -L$$OUT_PWD/../rustlib/debug/ -lrustlib \ -lws2_32 -ladvapi32 -luserenv -lntdll