Quote:
We cannot see what your library file is called or where it lives
I've written exactly what I have in the message above:
Quote:
What exactly I do now:
Create Qt project in Visual stuido. Change x32 to x64 and check if the project launches correctly.
After checking I add into the project folder (in the windows explorer) a new folder "lua" and put into this all necessary lua-files (lua .c, .h, one .hpp, .lib, .dll and .exe files). Then I create into solution explorer (in Visual Studio) a new folder "lua" and put (drag n drop) into this all files from the folder "lua" in the windows explorer.
Then I attached a screenshot when you can see that the names are lua5.3.0.lib and lua5.3.0.dll: http://www.qtcentre.org/attachment.p...1&d=1434354607
Quote:
Do you even have a compiled library to work with?
Yes, I've written it here:
Quote:
I downloaded lua5.3.0.tar.gz, opened Visual Studio command prompt and made the files with proper commands. Anyway it works in console project.
Quote:
Does your .lib file live in a directory called "lua" in the same place as the pro file?
Yes, "I add into the project folder (in the windows explorer) [B]a new folder "lua" and put into this all necessary lua-files".
The "project folder" I mean the directory of .pro file.
Quote:
Does _PRO_FILE_PWD_ expand to the value you think it does?
Everyone writes that it's directory of .pro file. I have tried both $$_PRO_FILE_PWD_ and $$PWD. Okay, I will try the absolute.
About .pri - Don't know. It's generated by Visual Studio