okay, in other words if I have such .pri file:
I can click "import .pri file" and everything will be ok?HEADERS += ./lua/lauxlib.h \
./lua/lua.h \
./lua/lua.hpp \
./lua/luaconf.h \
./lua/lualib.h \
./newluaqt.h
SOURCES += ./main.cpp \
./newluaqt.cpp
FORMS += ./newluaqt.ui
RESOURCES += newluaqt.qrc
DEPENDPATH += .
INCLUDEPATH += .
INCLUDEPATH += C:/Lua
LIBS += -LC:/Lua -llua53
No. C:/Lua - there's lua53.dll and lua53.lib and the rest. And again the linker error...
Maybe somebody can upload working project? I have just tried all that I can. I tried to follow every advise, but they weren't work. I dont know why it is so
Bookmarks