HotkeyTest.pro 396 B

123456789101112131415161718192021
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-02-05T22:01:03
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = HotkeyTest
  9. TEMPLATE = app
  10. include(../qhotkey.pri)
  11. SOURCES += main.cpp\
  12. hottestwidget.cpp
  13. HEADERS += hottestwidget.h
  14. FORMS += hottestwidget.ui