VSRonin / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
209 stars 73 forks source link

Cant run test code after finish install. #26

Open anycode3 opened 6 years ago

anycode3 commented 6 years ago

1.I clone this code from github ; 2.Use this CMD install this library (image) 3.use command qmake mingw32-make mingw32-make install to finish the install 4.add QT += xlsx in my .pro file 5.run the test code image

6.Cant run and the error info like this: image

So how can I solve this problem ,Thanks a lot !

VSRonin commented 6 years ago

usually when you change your .pro file you have to re-run qmake, did you do that step?