You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

calendar-window.pro 368B

1234567891011121314151617181920
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2015-05-31T20:14:01
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = calendar-window
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. mainwidget.cpp
  12. HEADERS += mainwidget.h
  13. FORMS += mainwidget.ui