Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #3037
Closed
Open
Issue created May 31, 2019 by Administrator@rootContributor

[C++][QT5]Basic header file missing for cpp-qt5-client generator

Created by: lacksfish

We have experienced issues with the creation of the cpp-qt5-client client library.

Upon compilation the compiler errors with the following:

error: OAINumber.h: No such file or directory
 #include "OAINumber.h"

It seems this file is part of the "standard header files" for this generator.
Other header files like OAIObject.h and OAIEnum.h are available and created properly.

It is only OAINumber.h which is nowhere to be found.. The client code has been generated with the latest master branch as of yesterday.

Any help highly appreciated.

Assignee
Assign to
Time tracking