新增农历控件

This commit is contained in:
feiyangqingyun
2019-12-06 12:55:41 +08:00
parent 75d6a015ba
commit a36e06a08b
16 changed files with 3046 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
#-------------------------------------------------
#
# Project created by QtCreator 2017-01-05T22:11:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = lunarcalendarwidget
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
CONFIG += qt warn_off
RESOURCES += main.qrc
SOURCES += main.cpp
SOURCES += frmlunarcalendarwidget.cpp
SOURCES += lunarcalendaritem.cpp
SOURCES += lunarcalendarinfo.cpp
SOURCES += lunarcalendarwidget.cpp
HEADERS += frmlunarcalendarwidget.h
HEADERS += lunarcalendaritem.h
HEADERS += lunarcalendarinfo.h
HEADERS += lunarcalendarwidget.h
FORMS += frmlunarcalendarwidget.ui
INCLUDEPATH += $$PWD