miniQt.pro 187 B

12345678910
  1. QT += core gui widgets
  2. HEADERS = MainWindow.hpp
  3. SOURCES = MainWindow.cpp \
  4. main.cpp
  5. # install
  6. target.path = $$[QT_INSTALL_EXAMPLES]/miniQt
  7. INSTALLS += target