quill/inkbox.pro

100 lines
2.2 KiB
Prolog
Raw Normal View History

QT += core gui network
2021-03-25 05:00:19 -07:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2021-04-22 07:10:47 -07:00
CONFIG += c++11 c++17
2021-03-25 05:00:19 -07:00
QMAKE_CXXFLAGS += -Wno-unused-function -Wno-unused-parameter
2021-03-25 05:00:19 -07:00
# 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 += \
alert.cpp \
apps.cpp \
brightnessdialog.cpp \
2021-03-25 05:00:19 -07:00
calendarapp.cpp \
dictionarywidget.cpp \
2021-10-08 20:37:32 -07:00
encryptionmanager.cpp \
generaldialog.cpp \
hourglassanimationwidget.cpp \
koboxappsdialog.cpp \
2021-04-27 05:40:08 -07:00
koboxsettings.cpp \
2021-03-25 05:00:19 -07:00
main.cpp \
mainwindow.cpp \
otamanager.cpp \
2021-03-25 05:00:19 -07:00
quit.cpp \
reader.cpp \
savedwords.cpp \
searchresultswidget.cpp \
2021-03-25 05:00:19 -07:00
settings.cpp \
settingschooser.cpp \
textwidget.cpp \
toast.cpp \
usbms_splash.cpp \
2021-07-05 13:01:32 -07:00
virtualkeyboard.cpp \
2021-07-13 09:27:38 -07:00
virtualkeypad.cpp \
wifidialog.cpp
2021-03-25 05:00:19 -07:00
HEADERS += \
alert.h \
apps.h \
brightnessdialog.h \
2021-03-25 05:00:19 -07:00
calendarapp.h \
dictionarywidget.h \
2021-10-08 20:37:32 -07:00
encryptionmanager.h \
functions.h \
generaldialog.h \
hourglassanimationwidget.h \
koboxappsdialog.h \
2021-04-27 05:40:08 -07:00
koboxsettings.h \
2021-03-25 05:00:19 -07:00
mainwindow.h \
otamanager.h \
2021-03-25 05:00:19 -07:00
quit.h \
reader.h \
savedwords.h \
searchresultswidget.h \
2021-03-25 05:00:19 -07:00
settings.h \
settingschooser.h \
textwidget.h \
toast.h \
usbms_splash.h \
2021-07-05 13:01:32 -07:00
virtualkeyboard.h \
2021-07-13 09:27:38 -07:00
virtualkeypad.h \
wifidialog.h
2021-03-25 05:00:19 -07:00
FORMS += \
alert.ui \
apps.ui \
brightnessdialog.ui \
2021-03-25 05:00:19 -07:00
calendarapp.ui \
dictionarywidget.ui \
2021-10-08 20:37:32 -07:00
encryptionmanager.ui \
generaldialog.ui \
hourglassanimationwidget.ui \
koboxappsdialog.ui \
2021-04-27 05:40:08 -07:00
koboxsettings.ui \
2021-03-25 05:00:19 -07:00
mainwindow.ui \
otamanager.ui \
2021-03-25 05:00:19 -07:00
quit.ui \
reader.ui \
savedwords.ui \
searchresultswidget.ui \
2021-03-25 05:00:19 -07:00
settings.ui \
settingschooser.ui \
textwidget.ui \
toast.ui \
usbms_splash.ui \
2021-07-05 13:01:32 -07:00
virtualkeyboard.ui \
2021-07-13 09:27:38 -07:00
virtualkeypad.ui \
wifidialog.ui
2021-03-25 05:00:19 -07:00
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
eink.qrc