0

I am creating a dll project using Visual Studio 2010.

Can QWidgets like QLabel, QPushButtonand QImage, etc be inserted in a dll project? Can I import Qt functions into a dll project?

MelMed
  • 1,702
  • 5
  • 17
  • 25

1 Answers1

0

yes you can. just dont forget to careate a QApplication instance. and run in separate thread qApp()->exec()

Ruslan F.
  • 5,498
  • 3
  • 23
  • 42