signal.pro Example File

referenceexamples/signal/signal.pro

  QT += qml

  SOURCES += main.cpp \
             person.cpp \
             birthdayparty.cpp
  HEADERS += person.h \
             birthdayparty.h
  RESOURCES += signal.qrc

  target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/signal
  INSTALLS += target