Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Library connection error.  (Read 549 times)

Chivinavy

  • Newbie
  • *
  • Posts: 2
    • View Profile
Library connection error.
« on: July 10, 2022, 05:35:46 AM »
I collected the library through the Linux console and connected it to the qt6 project. But instead of "friendship", it gives an error " In included file: 'QQmlEngine' file not found ".
When connecting qml, no error occurs, but the program does not start with the message
Code: [Select]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
What can I do?

Mucip

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Re: Library connection error.
« Reply #1 on: September 02, 2022, 03:17:52 PM »
Hi,
Please could you add like
Qt += core gui printsupport xml qml

Regards,
Mucip:)