.pro fix
This commit is contained in:
parent
00477ab26d
commit
65bee505d0
1 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,8 @@ TRANSLATIONS = jce_en.ts \
|
||||||
jce_he.ts
|
jce_he.ts
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
main/mainscreen.ui
|
main/mainscreen.ui \
|
||||||
|
src/jceData/Calendar/calendardialog.ui
|
||||||
|
|
||||||
OTHER_FILES +=
|
OTHER_FILES +=
|
||||||
|
|
||||||
|
@ -40,7 +41,8 @@ HEADERS += \
|
||||||
src/jceData/Calendar/calendarCourse.h \
|
src/jceData/Calendar/calendarCourse.h \
|
||||||
src/jceData/Calendar/calendarSchedule.h \
|
src/jceData/Calendar/calendarSchedule.h \
|
||||||
src/jceData/CSV/csv_exporter.h \
|
src/jceData/CSV/csv_exporter.h \
|
||||||
src/appDatabase/simplecrypt.h
|
src/appDatabase/simplecrypt.h \
|
||||||
|
src/jceData/Calendar/calendardialog.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
main/CalendarTab/CalendarManager.cpp \
|
main/CalendarTab/CalendarManager.cpp \
|
||||||
|
@ -59,6 +61,7 @@ SOURCES += \
|
||||||
src/jceData/Calendar/calendarCourse.cpp \
|
src/jceData/Calendar/calendarCourse.cpp \
|
||||||
src/jceData/Calendar/calendarSchedule.cpp \
|
src/jceData/Calendar/calendarSchedule.cpp \
|
||||||
src/jceData/CSV/csv_exporter.cpp \
|
src/jceData/CSV/csv_exporter.cpp \
|
||||||
src/appDatabase/simplecrypt.cpp
|
src/appDatabase/simplecrypt.cpp \
|
||||||
|
src/jceData/Calendar/calendardialog.cpp
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue