calculator.pro 238 B

1234567891011
  1. QT += widgets
  2. HEADERS = button.h \
  3. calculator.h
  4. SOURCES = button.cpp \
  5. calculator.cpp \
  6. main.cpp
  7. # Single Application implementation
  8. include(../../singleapplication.pri)
  9. DEFINES += QAPPLICATION_CLASS=QApplication