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.
134 lines
3.7 KiB
134 lines
3.7 KiB
3 years ago
|
QT += core gui
|
||
|
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
|
||
|
CONFIG += c++11
|
||
|
|
||
|
# You can make your code fail to compile if it uses deprecated APIs.
|
||
|
# In order to do so, uncomment the following line.
|
||
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||
|
|
||
|
SOURCES += \
|
||
|
addApplicationLauncher.cpp \
|
||
|
applicationlaunchers.cpp \
|
||
|
copyItemDialog.cpp \
|
||
|
importSection.cpp \
|
||
|
itemProperties.cpp \
|
||
|
main.cpp \
|
||
|
mainwindow.cpp \
|
||
|
newNotebookDialog.cpp \
|
||
|
newSectionDialog.cpp \
|
||
|
newSectionGroupDialog.cpp \
|
||
|
notebook.cpp \
|
||
|
notebooklist.cpp \
|
||
|
notebookmanager.cpp \
|
||
|
sectiongroup.cpp \
|
||
|
settings.cpp \
|
||
|
unfiledNotes.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
addApplicationLauncher.h \
|
||
|
applicationlaunchers.h \
|
||
|
copyItemDialog.h \
|
||
|
importSection.h \
|
||
|
itemProperties.h \
|
||
|
mainwindow.h \
|
||
|
newNotebookDialog.h \
|
||
|
newSectionDialog.h \
|
||
|
newSectionGroupDialog.h \
|
||
|
notebook.h \
|
||
|
notebooklist.h \
|
||
|
notebookmanager.h \
|
||
|
sectiongroup.h \
|
||
|
settings.h \
|
||
|
unfiledNotes.h
|
||
|
|
||
|
FORMS += \
|
||
|
addApplicationLauncher.ui \
|
||
|
copyItemDialog.ui \
|
||
|
importSection.ui \
|
||
|
itemProperties.ui \
|
||
|
mainwindow.ui \
|
||
|
newNotebookDialog.ui \
|
||
|
newSectionDialog.ui \
|
||
|
newSectionGroupDialog.ui \
|
||
|
settings.ui \
|
||
|
unfiledNotes.ui
|
||
|
|
||
|
# Default rules for deployment.
|
||
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||
|
!isEmpty(target.path): INSTALLS += target
|
||
|
|
||
|
DISTFILES += \
|
||
|
HelpText/Page01 \
|
||
|
HelpText/Page02 \
|
||
|
HelpText/Page03 \
|
||
|
HelpText/Page04 \
|
||
|
HelpText/Page05 \
|
||
|
HelpText/Page06 \
|
||
|
HelpText/Page07 \
|
||
|
HelpText/Page08 \
|
||
|
HelpText/Page09 \
|
||
|
HelpText/Page10 \
|
||
|
HelpText/Page11 \
|
||
|
HelpText/Page12 \
|
||
|
HelpText/Page13 \
|
||
|
HelpText/Page14 \
|
||
|
HelpText/Page15 \
|
||
|
HelpText/Page16 \
|
||
|
Icons/CopyItemIcon.png \
|
||
|
Icons/DeleteItemIcon.png \
|
||
|
Icons/ExportSectionIcon.png \
|
||
|
Icons/HelpIcon.png \
|
||
|
Icons/ImportSectionIcon.png \
|
||
|
Icons/MoveDownIcon.png \
|
||
|
Icons/MoveItemIcon.png \
|
||
|
Icons/MoveUpIcon.png \
|
||
|
Icons/NewNotebookIcon.png \
|
||
|
Icons/NewSectionGroupIcon.png \
|
||
|
Icons/NewSectionIcon.png \
|
||
|
Icons/NotebookIcon_Apple.png \
|
||
|
Icons/NotebookIcon_Black.png \
|
||
|
Icons/NotebookIcon_Blue.png \
|
||
|
Icons/NotebookIcon_BlueMist.png \
|
||
|
Icons/NotebookIcon_Cyan.png \
|
||
|
Icons/NotebookIcon_Green.png \
|
||
|
Icons/NotebookIcon_LemonLime.png \
|
||
|
Icons/NotebookIcon_Magenta.png \
|
||
|
Icons/NotebookIcon_Orange.png \
|
||
|
Icons/NotebookIcon_Purple.png \
|
||
|
Icons/NotebookIcon_PurpleMist.png \
|
||
|
Icons/NotebookIcon_Red.png \
|
||
|
Icons/NotebookIcon_RedChalk.png \
|
||
|
Icons/NotebookIcon_Silver.png \
|
||
|
Icons/NotebookIcon_Tan.png \
|
||
|
Icons/NotebookIcon_Teal.png \
|
||
|
Icons/NotebookIcon_White.png \
|
||
|
Icons/NotebookIcon_Yellow.png \
|
||
|
Icons/OpenNotebookIcon.png \
|
||
|
Icons/OpenSectionGroupIcon.png \
|
||
|
Icons/OpenSectionIcon.png \
|
||
|
Icons/RefreshNotebookListIcon.png \
|
||
|
Icons/SectionGroupIcon_Apple.png \
|
||
|
Icons/SectionGroupIcon_Black.png \
|
||
|
Icons/SectionGroupIcon_Blue.png \
|
||
|
Icons/SectionGroupIcon_BlueMist.png \
|
||
|
Icons/SectionGroupIcon_Cyan.png \
|
||
|
Icons/SectionGroupIcon_Green.png \
|
||
|
Icons/SectionGroupIcon_LemonLime.png \
|
||
|
Icons/SectionGroupIcon_Magenta.png \
|
||
|
Icons/SectionGroupIcon_Orange.png \
|
||
|
Icons/SectionGroupIcon_Purple.png \
|
||
|
Icons/SectionGroupIcon_PurpleMist.png \
|
||
|
Icons/SectionGroupIcon_Red.png \
|
||
|
Icons/SectionGroupIcon_RedChalk.png \
|
||
|
Icons/SectionGroupIcon_Silver.png \
|
||
|
Icons/SectionGroupIcon_Tan.png \
|
||
|
Icons/SectionGroupIcon_Teal.png \
|
||
|
Icons/SectionGroupIcon_White.png \
|
||
|
Icons/SectionGroupIcon_Yellow.png \
|
||
|
Icons/SectionIcon.png \
|
||
|
Icons/UnfiledNotesIcon.png \
|
||
|
NoteBinderLogo.png
|