Code Monkey home page Code Monkey logo

Comments (4)

europaa avatar europaa commented on May 18, 2024

it means that you haven't installed the xlsx module into your qt installation.
the line "QT+=xlsx" instructs the qmake to look for an xlsx module, which generates the error you've seen if it fails to find one.
and the line that begins with "#include..." would not do what you believe it to do, since the "#" symbol starts a comment in *.pro files.
i recommend you to read the documentation for typical usage scenarios thoroughly: https://github.com/dbzhang800/QtXlsxWriter/blob/master/README.md

from qtxlsxwriter.

priyas1729 avatar priyas1729 commented on May 18, 2024

Thank you for your prompt reply.
When I open the qtxlsx.pro and build it using Qt creator is gives error: Executable C:\build-qtxlsx-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug\examples\xlsx\calendar\debug\calendar.exe does not exist.

from qtxlsxwriter.

luckyhacky avatar luckyhacky commented on May 18, 2024

do a "make clean" and "rebuild all"

from qtxlsxwriter.

dbzhang800 avatar dbzhang800 commented on May 18, 2024

Hi, If your Qt5 is download and installed directly from qt-project, thennmake install
is needed just after you built the library.

Otherwise, if your Qt5 is compiled by yourself, nmake install isn't needed.

from qtxlsxwriter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.