parent
0eb904eb16
commit
d357c5528d
@ -0,0 +1,1341 @@
|
||||
#############################################################################
|
||||
# Makefile for building: i2c_keyboard_detection
|
||||
# Generated by qmake (3.1) (Qt 5.9.5)
|
||||
# Project: ../i2c_keyboard_detection/i2c_keyboard_detection.pro
|
||||
# Template: app
|
||||
# Command: /opt/Qt/5.9.5/gcc_64/bin/qmake -o Makefile ../i2c_keyboard_detection/i2c_keyboard_detection.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
#############################################################################
|
||||
|
||||
MAKEFILE = Makefile
|
||||
|
||||
####### Compiler, tools and options
|
||||
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
DEFINES = -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB
|
||||
CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
|
||||
CXXFLAGS = -pipe -g -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
|
||||
INCPATH = -I../i2c_keyboard_detection -I. -I/opt/Qt/5.9.5/gcc_64/include -I/opt/Qt/5.9.5/gcc_64/include/QtWidgets -I/opt/Qt/5.9.5/gcc_64/include/QtGui -I/opt/Qt/5.9.5/gcc_64/include/QtSerialPort -I/opt/Qt/5.9.5/gcc_64/include/QtCore -I. -isystem /usr/include/libdrm -I. -I/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++
|
||||
QMAKE = /opt/Qt/5.9.5/gcc_64/bin/qmake
|
||||
DEL_FILE = rm -f
|
||||
CHK_DIR_EXISTS= test -d
|
||||
MKDIR = mkdir -p
|
||||
COPY = cp -f
|
||||
COPY_FILE = cp -f
|
||||
COPY_DIR = cp -f -R
|
||||
INSTALL_FILE = install -m 644 -p
|
||||
INSTALL_PROGRAM = install -m 755 -p
|
||||
INSTALL_DIR = cp -f -R
|
||||
QINSTALL = /opt/Qt/5.9.5/gcc_64/bin/qmake -install qinstall
|
||||
QINSTALL_PROGRAM = /opt/Qt/5.9.5/gcc_64/bin/qmake -install qinstall -exe
|
||||
DEL_FILE = rm -f
|
||||
SYMLINK = ln -f -s
|
||||
DEL_DIR = rmdir
|
||||
MOVE = mv -f
|
||||
TAR = tar -cf
|
||||
COMPRESS = gzip -9f
|
||||
DISTNAME = i2c_keyboard_detection1.0.0
|
||||
DISTDIR = /home/t-bird/i2c_keyboard/build-i2c_keyboard_detection-Desktop_Qt_5_9_5_GCC_64bit-Debug/.tmp/i2c_keyboard_detection1.0.0
|
||||
LINK = g++
|
||||
LFLAGS = -Wl,-rpath,/opt/Qt/5.9.5/gcc_64/lib
|
||||
LIBS = $(SUBLIBS) -L/opt/Qt/5.9.5/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5SerialPort -lQt5Core -lGL -lpthread
|
||||
AR = ar cqs
|
||||
RANLIB =
|
||||
SED = sed
|
||||
STRIP = strip
|
||||
|
||||
####### Output directory
|
||||
|
||||
OBJECTS_DIR = ./
|
||||
|
||||
####### Files
|
||||
|
||||
SOURCES = ../i2c_keyboard_detection/main.cpp \
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.cpp \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.cpp \
|
||||
../i2c_keyboard_detection/qmk_parser.cpp moc_i2c_keyboard_detection.cpp \
|
||||
moc_qmk_kbd_list.cpp
|
||||
OBJECTS = main.o \
|
||||
i2c_keyboard_detection.o \
|
||||
qmk_kbd_list.o \
|
||||
qmk_parser.o \
|
||||
moc_i2c_keyboard_detection.o \
|
||||
moc_qmk_kbd_list.o
|
||||
DIST = /opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_pre.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/linux.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/sanitize.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base-unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-base.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/qconfig.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_functions.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_config.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++/qmake.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_post.prf \
|
||||
../i2c_keyboard_detection/.qmake.stash \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exclusive_builds.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/toolchain.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_pre.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resolve_config.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_post.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qml_debug.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/warn_on.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resources.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/moc.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/opengl.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/uic.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/thread.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qmake_use.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/file_copies.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/testcase_targets.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exceptions.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/yacc.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/lex.prf \
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.pro ../i2c_keyboard_detection/i2c_keyboard_detection.h \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
../i2c_keyboard_detection/qmk_parser.h ../i2c_keyboard_detection/main.cpp \
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.cpp \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.cpp \
|
||||
../i2c_keyboard_detection/qmk_parser.cpp
|
||||
QMAKE_TARGET = i2c_keyboard_detection
|
||||
DESTDIR =
|
||||
TARGET = i2c_keyboard_detection
|
||||
|
||||
|
||||
first: all
|
||||
####### Build rules
|
||||
|
||||
$(TARGET): ui_i2c_keyboard_detection.h ui_qmk_kbd_list.h $(OBJECTS)
|
||||
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
||||
|
||||
Makefile: ../i2c_keyboard_detection/i2c_keyboard_detection.pro /opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++/qmake.conf /opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_pre.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/linux.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/sanitize.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base-unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-base.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-unix.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/qconfig.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_functions.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_config.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++/qmake.conf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_post.prf \
|
||||
.qmake.stash \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exclusive_builds.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/toolchain.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_pre.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resolve_config.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_post.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qml_debug.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/warn_on.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resources.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/moc.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/opengl.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/uic.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/thread.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qmake_use.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/file_copies.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/testcase_targets.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exceptions.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/yacc.prf \
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/lex.prf \
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.pro \
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Widgets.prl \
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Gui.prl \
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5SerialPort.prl \
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Core.prl
|
||||
$(QMAKE) -o Makefile ../i2c_keyboard_detection/i2c_keyboard_detection.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_pre.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/unix.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/linux.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/sanitize.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/gcc-base-unix.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-base.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/common/g++-unix.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/qconfig.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_charts_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_core_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designer_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_gui_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_help_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_location_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_network_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qml_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quick_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_script_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_sql_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_svg_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_webview_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xml_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_functions.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt_config.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++/qmake.conf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/spec_post.prf:
|
||||
.qmake.stash:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exclusive_builds.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/toolchain.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_pre.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resolve_config.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/default_post.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qml_debug.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/warn_on.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qt.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/resources.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/moc.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/opengl.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/uic.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/unix/thread.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/qmake_use.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/file_copies.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/testcase_targets.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/exceptions.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/yacc.prf:
|
||||
/opt/Qt/5.9.5/gcc_64/mkspecs/features/lex.prf:
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.pro:
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Widgets.prl:
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Gui.prl:
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5SerialPort.prl:
|
||||
/opt/Qt/5.9.5/gcc_64/lib/libQt5Core.prl:
|
||||
qmake: FORCE
|
||||
@$(QMAKE) -o Makefile ../i2c_keyboard_detection/i2c_keyboard_detection.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
|
||||
qmake_all: FORCE
|
||||
|
||||
|
||||
all: Makefile $(TARGET)
|
||||
|
||||
dist: distdir FORCE
|
||||
(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
|
||||
|
||||
distdir: FORCE
|
||||
@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
|
||||
$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
|
||||
$(COPY_FILE) --parents /opt/Qt/5.9.5/gcc_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../i2c_keyboard_detection/i2c_keyboard_detection.h ../i2c_keyboard_detection/qmk_kbd_list.h ../i2c_keyboard_detection/qmk_parser.h $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../i2c_keyboard_detection/main.cpp ../i2c_keyboard_detection/i2c_keyboard_detection.cpp ../i2c_keyboard_detection/qmk_kbd_list.cpp ../i2c_keyboard_detection/qmk_parser.cpp $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../i2c_keyboard_detection/i2c_keyboard_detection.ui ../i2c_keyboard_detection/qmk_kbd_list.ui $(DISTDIR)/
|
||||
|
||||
|
||||
clean: compiler_clean
|
||||
-$(DEL_FILE) $(OBJECTS)
|
||||
-$(DEL_FILE) *~ core *.core
|
||||
|
||||
|
||||
distclean: clean
|
||||
-$(DEL_FILE) $(TARGET)
|
||||
-$(DEL_FILE) .qmake.stash
|
||||
-$(DEL_FILE) Makefile
|
||||
|
||||
|
||||
####### Sub-libraries
|
||||
|
||||
mocclean: compiler_moc_header_clean compiler_moc_source_clean
|
||||
|
||||
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
||||
|
||||
check: first
|
||||
|
||||
benchmark: first
|
||||
|
||||
compiler_rcc_make_all:
|
||||
compiler_rcc_clean:
|
||||
compiler_moc_predefs_make_all: moc_predefs.h
|
||||
compiler_moc_predefs_clean:
|
||||
-$(DEL_FILE) moc_predefs.h
|
||||
moc_predefs.h: /opt/Qt/5.9.5/gcc_64/mkspecs/features/data/dummy.cpp
|
||||
g++ -pipe -g -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /opt/Qt/5.9.5/gcc_64/mkspecs/features/data/dummy.cpp
|
||||
|
||||
compiler_moc_header_make_all: moc_i2c_keyboard_detection.cpp moc_qmk_kbd_list.cpp
|
||||
compiler_moc_header_clean:
|
||||
-$(DEL_FILE) moc_i2c_keyboard_detection.cpp moc_qmk_kbd_list.cpp
|
||||
moc_i2c_keyboard_detection.cpp: /opt/Qt/5.9.5/gcc_64/include/QtWidgets/QMainWindow \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qmainwindow.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgetsglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtguiglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtgui-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgets-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs_win.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qscopedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmetatype.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvarlengtharray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontainerfwd.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmargins.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpaintdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrect.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsize.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpalette.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcolor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgb.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgba64.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qbrush.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qmatrix.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpolygon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qregion.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatastream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiodevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qline.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtransform.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpainterpath.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qimage.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixelformat.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qshareddata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhash.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfont.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontmetrics.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qsizepolicy.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcursor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qkeysequence.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvariant.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdebug.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtextstream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlocale.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qset.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontiguouscache.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurlquery.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfile.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfiledevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qvector2d.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtouchdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtabwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qicon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialport.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocess.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qthread.h \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QWidget \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/QFileInfoList \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfileinfo.h \
|
||||
../i2c_keyboard_detection/qmk_parser.h \
|
||||
../i2c_keyboard_detection/i2c_keyboard_detection.h \
|
||||
moc_predefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/bin/moc
|
||||
/opt/Qt/5.9.5/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++ -I/home/t-bird/i2c_keyboard/i2c_keyboard_detection -I/opt/Qt/5.9.5/gcc_64/include -I/opt/Qt/5.9.5/gcc_64/include/QtWidgets -I/opt/Qt/5.9.5/gcc_64/include/QtGui -I/opt/Qt/5.9.5/gcc_64/include/QtSerialPort -I/opt/Qt/5.9.5/gcc_64/include/QtCore -I. -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../i2c_keyboard_detection/i2c_keyboard_detection.h -o moc_i2c_keyboard_detection.cpp
|
||||
|
||||
moc_qmk_kbd_list.cpp: /opt/Qt/5.9.5/gcc_64/include/QtWidgets/QWidget \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgetsglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtguiglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtgui-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgets-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs_win.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qscopedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmetatype.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvarlengtharray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontainerfwd.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmargins.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpaintdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrect.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsize.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpalette.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcolor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgb.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgba64.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qbrush.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qmatrix.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpolygon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qregion.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatastream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiodevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qline.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtransform.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpainterpath.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qimage.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixelformat.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qshareddata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhash.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfont.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontmetrics.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qsizepolicy.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcursor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qkeysequence.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvariant.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdebug.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtextstream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlocale.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qset.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontiguouscache.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurlquery.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfile.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfiledevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qvector2d.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtouchdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/QFileInfoList \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfileinfo.h \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
moc_predefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/bin/moc
|
||||
/opt/Qt/5.9.5/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/opt/Qt/5.9.5/gcc_64/mkspecs/linux-g++ -I/home/t-bird/i2c_keyboard/i2c_keyboard_detection -I/opt/Qt/5.9.5/gcc_64/include -I/opt/Qt/5.9.5/gcc_64/include/QtWidgets -I/opt/Qt/5.9.5/gcc_64/include/QtGui -I/opt/Qt/5.9.5/gcc_64/include/QtSerialPort -I/opt/Qt/5.9.5/gcc_64/include/QtCore -I. -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../i2c_keyboard_detection/qmk_kbd_list.h -o moc_qmk_kbd_list.cpp
|
||||
|
||||
compiler_moc_source_make_all:
|
||||
compiler_moc_source_clean:
|
||||
compiler_uic_make_all: ui_i2c_keyboard_detection.h ui_qmk_kbd_list.h
|
||||
compiler_uic_clean:
|
||||
-$(DEL_FILE) ui_i2c_keyboard_detection.h ui_qmk_kbd_list.h
|
||||
ui_i2c_keyboard_detection.h: ../i2c_keyboard_detection/i2c_keyboard_detection.ui \
|
||||
/opt/Qt/5.9.5/gcc_64/bin/uic
|
||||
/opt/Qt/5.9.5/gcc_64/bin/uic ../i2c_keyboard_detection/i2c_keyboard_detection.ui -o ui_i2c_keyboard_detection.h
|
||||
|
||||
ui_qmk_kbd_list.h: ../i2c_keyboard_detection/qmk_kbd_list.ui \
|
||||
/opt/Qt/5.9.5/gcc_64/bin/uic
|
||||
/opt/Qt/5.9.5/gcc_64/bin/uic ../i2c_keyboard_detection/qmk_kbd_list.ui -o ui_qmk_kbd_list.h
|
||||
|
||||
compiler_yacc_decl_make_all:
|
||||
compiler_yacc_decl_clean:
|
||||
compiler_yacc_impl_make_all:
|
||||
compiler_yacc_impl_clean:
|
||||
compiler_lex_make_all:
|
||||
compiler_lex_clean:
|
||||
compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
|
||||
|
||||
####### Compile
|
||||
|
||||
main.o: ../i2c_keyboard_detection/main.cpp ../i2c_keyboard_detection/i2c_keyboard_detection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QMainWindow \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qmainwindow.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgetsglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtguiglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtgui-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgets-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs_win.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qscopedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmetatype.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvarlengtharray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontainerfwd.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmargins.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpaintdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrect.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsize.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpalette.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcolor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgb.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgba64.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qbrush.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qmatrix.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpolygon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qregion.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatastream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiodevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qline.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtransform.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpainterpath.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qimage.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixelformat.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qshareddata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhash.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfont.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontmetrics.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qsizepolicy.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcursor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qkeysequence.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvariant.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdebug.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtextstream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlocale.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qset.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontiguouscache.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurlquery.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfile.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfiledevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qvector2d.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtouchdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtabwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qicon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialport.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocess.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qthread.h \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QWidget \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/QFileInfoList \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfileinfo.h \
|
||||
../i2c_keyboard_detection/qmk_parser.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QApplication \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qapplication.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreapplication.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qeventloop.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qdesktopwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qguiapplication.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qinputmethod.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../i2c_keyboard_detection/main.cpp
|
||||
|
||||
i2c_keyboard_detection.o: ../i2c_keyboard_detection/i2c_keyboard_detection.cpp ../i2c_keyboard_detection/i2c_keyboard_detection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QMainWindow \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qmainwindow.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgetsglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtguiglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtgui-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgets-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs_win.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qscopedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmetatype.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvarlengtharray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontainerfwd.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmargins.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpaintdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrect.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsize.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpalette.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcolor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgb.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgba64.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qbrush.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qmatrix.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpolygon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qregion.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatastream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiodevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qline.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtransform.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpainterpath.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qimage.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixelformat.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qshareddata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhash.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfont.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontmetrics.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qsizepolicy.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcursor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qkeysequence.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvariant.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdebug.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtextstream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlocale.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qset.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontiguouscache.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurlquery.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfile.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfiledevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qvector2d.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtouchdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtabwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qicon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialport.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtSerialPort/qserialportinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocess.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qthread.h \
|
||||
../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QWidget \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/QFileInfoList \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfileinfo.h \
|
||||
../i2c_keyboard_detection/qmk_parser.h \
|
||||
ui_i2c_keyboard_detection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qmessagebox.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qdialog.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qfiledialog.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdir.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatetime.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o i2c_keyboard_detection.o ../i2c_keyboard_detection/i2c_keyboard_detection.cpp
|
||||
|
||||
qmk_kbd_list.o: ../i2c_keyboard_detection/qmk_kbd_list.cpp ../i2c_keyboard_detection/qmk_kbd_list.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/QWidget \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qwidget.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgetsglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtguiglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtgui-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qtwidgets-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobjectdefs_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qwindowdefs_win.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcoreevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qscopedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmetatype.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvarlengtharray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontainerfwd.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qobject_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmargins.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpaintdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrect.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsize.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpalette.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcolor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgb.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qrgba64.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qbrush.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qmatrix.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpolygon.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qregion.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdatastream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiodevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qline.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtransform.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpainterpath.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qimage.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixelformat.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qpixmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qshareddata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhash.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsharedpointer_impl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfont.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontmetrics.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qfontinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtWidgets/qsizepolicy.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qcursor.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qkeysequence.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qevent.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvariant.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qdebug.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtextstream.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlocale.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qset.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcontiguouscache.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurl.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qurlquery.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfile.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfiledevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qvector2d.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtGui/qtouchdevice.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/QFileInfoList \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qfileinfo.h \
|
||||
ui_qmk_kbd_list.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qmk_kbd_list.o ../i2c_keyboard_detection/qmk_kbd_list.cpp
|
||||
|
||||
qmk_parser.o: ../i2c_keyboard_detection/qmk_parser.cpp ../i2c_keyboard_detection/qmk_parser.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qalgorithms.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobal.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig-bootstrapped.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qconfig.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtcore-config.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsystemdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qprocessordetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qcompilerdetection.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qtypeinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qsysinfo.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qlogging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qflags.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbasicatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_bootstrap.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qgenericatomic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_cxx11.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qatomic_msvc.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qglobalstatic.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qmutex.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnumeric.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qversiontagging.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qiterator.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qrefcount.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qarraydata.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qhashfunctions.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qchar.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpair.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearraylist.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qbytearray.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qnamespace.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstring.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringbuilder.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qregexp.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qstringmatcher.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qvector.h \
|
||||
/opt/Qt/5.9.5/gcc_64/include/QtCore/qpoint.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qmk_parser.o ../i2c_keyboard_detection/qmk_parser.cpp
|
||||
|
||||
moc_i2c_keyboard_detection.o: moc_i2c_keyboard_detection.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_i2c_keyboard_detection.o moc_i2c_keyboard_detection.cpp
|
||||
|
||||
moc_qmk_kbd_list.o: moc_qmk_kbd_list.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_qmk_kbd_list.o moc_qmk_kbd_list.cpp
|
||||
|
||||
####### Install
|
||||
|
||||
install: FORCE
|
||||
|
||||
uninstall: FORCE
|
||||
|
||||
FORCE:
|
||||
|
@ -0,0 +1,145 @@
|
||||
ESC 29
|
||||
F1 3a
|
||||
F2 3b
|
||||
F3 3c
|
||||
F4 3d
|
||||
F5 3e
|
||||
F6 3f
|
||||
F7 40
|
||||
F8 41
|
||||
F9 42
|
||||
F10 43
|
||||
F11 44
|
||||
F12 45
|
||||
~` 35
|
||||
1! 1e
|
||||
2@ 1f
|
||||
3# 20
|
||||
4$ 21
|
||||
5% 22
|
||||
6^ 23
|
||||
7& 24
|
||||
8* 25
|
||||
9( 26
|
||||
0) 27
|
||||
-_ 2d
|
||||
=+ 2e
|
||||
BackSpace 2a
|
||||
Tab 2b
|
||||
Q 14
|
||||
W 1a
|
||||
E 08
|
||||
R 15
|
||||
T 17
|
||||
Y 1c
|
||||
U 18
|
||||
I 0c
|
||||
O 12
|
||||
P 13
|
||||
{[ 2f
|
||||
}] 30
|
||||
\| 31
|
||||
CapsLock 39
|
||||
A 04
|
||||
S 16
|
||||
D 07
|
||||
F 09
|
||||
G 0a
|
||||
H 0b
|
||||
J 0d
|
||||
K 0e
|
||||
L 0f
|
||||
;: 33
|
||||
'" 34
|
||||
ENTER 28
|
||||
LeftShift e1
|
||||
Z 1d
|
||||
X 1b
|
||||
C 06
|
||||
V 19
|
||||
B 05
|
||||
N 11
|
||||
M 10
|
||||
,< 36
|
||||
.> 37
|
||||
/? 38
|
||||
RightShift e5
|
||||
Fn 01
|
||||
LeftCTRL e0
|
||||
LeftGUI e3
|
||||
LeftAlt e2
|
||||
Space 2c
|
||||
RightAlt e6
|
||||
RightGUI e7
|
||||
Menu 65
|
||||
RightCTRL e4
|
||||
|
||||
PrntScn 46
|
||||
ScroolLock 47
|
||||
Pause 48
|
||||
Home 4a
|
||||
End 4d
|
||||
Insert 49
|
||||
Delete 4c
|
||||
PageUp 4b
|
||||
PageDown 4e
|
||||
|
||||
Left 50
|
||||
Right 4f
|
||||
Up 52
|
||||
Down 51
|
||||
|
||||
NumLock 53
|
||||
Num/ 54
|
||||
Num* 55
|
||||
Num- 56
|
||||
Num7 5f
|
||||
Num8 60
|
||||
Num9 61
|
||||
Num+ 57
|
||||
Num4 5c
|
||||
Num5 5d
|
||||
Num6 5e
|
||||
Num1 59
|
||||
Num2 5a
|
||||
Num3 5b
|
||||
NumEnter 58
|
||||
Num0 62
|
||||
NumDel 63
|
||||
|
||||
Power 66
|
||||
Open 74
|
||||
Help 75
|
||||
Select 77
|
||||
Stop 78
|
||||
Again 79
|
||||
Undo 7a
|
||||
Cut 7b
|
||||
Copy 7c
|
||||
Paste 7d
|
||||
Find 7e
|
||||
|
||||
Mute 7f
|
||||
VolumeUp 80
|
||||
VolumeDown 81
|
||||
|
||||
MediaPlayPause e8
|
||||
MediaStopCD e9
|
||||
MediaPreviosSong ea
|
||||
MediaNextSong eb
|
||||
MediaEjectCD ec
|
||||
MediaVolumeUp ed
|
||||
MediaVolumeDown ee
|
||||
MediaMute ef
|
||||
MediaWWW f0
|
||||
MediaBack f1
|
||||
MediaForward f2
|
||||
MediaStop f3
|
||||
MediaFind f4
|
||||
MediaScrollUp f5
|
||||
MediaScrollDown f6
|
||||
MediaEdit f7
|
||||
MediaSleep f8
|
||||
MediaCoffee f9
|
||||
MediaRefresh fa
|
||||
MediaCalc fb
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,236 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file 'i2c_keyboard_detection.h'
|
||||
**
|
||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.5)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#include "../i2c_keyboard_detection/i2c_keyboard_detection.h"
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file 'i2c_keyboard_detection.h' doesn't include <QObject>."
|
||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
||||
#error "This file was generated using the moc from 5.9.5. It"
|
||||
#error "cannot be used with the include files from this version of Qt."
|
||||
#error "(The moc has changed too much.)"
|
||||
#endif
|
||||
|
||||
QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_i2c_keyboard_detection_t {
|
||||
QByteArrayData data[37];
|
||||
char stringdata0[674];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
qptrdiff(offsetof(qt_meta_stringdata_i2c_keyboard_detection_t, stringdata0) + ofs \
|
||||
- idx * sizeof(QByteArrayData)) \
|
||||
)
|
||||
static const qt_meta_stringdata_i2c_keyboard_detection_t qt_meta_stringdata_i2c_keyboard_detection = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 22), // "i2c_keyboard_detection"
|
||||
QT_MOC_LITERAL(1, 23, 15), // "comDataReceived"
|
||||
QT_MOC_LITERAL(2, 39, 0), // ""
|
||||
QT_MOC_LITERAL(3, 40, 13), // "displayMatrix"
|
||||
QT_MOC_LITERAL(4, 54, 14), // "qmkKbdSelected"
|
||||
QT_MOC_LITERAL(5, 69, 3), // "rev"
|
||||
QT_MOC_LITERAL(6, 73, 6), // "keymap"
|
||||
QT_MOC_LITERAL(7, 80, 16), // "processReadyRead"
|
||||
QT_MOC_LITERAL(8, 97, 15), // "processFinished"
|
||||
QT_MOC_LITERAL(9, 113, 6), // "result"
|
||||
QT_MOC_LITERAL(10, 120, 20), // "QProcess::ExitStatus"
|
||||
QT_MOC_LITERAL(11, 141, 10), // "exitStatus"
|
||||
QT_MOC_LITERAL(12, 152, 12), // "processError"
|
||||
QT_MOC_LITERAL(13, 165, 22), // "QProcess::ProcessError"
|
||||
QT_MOC_LITERAL(14, 188, 5), // "error"
|
||||
QT_MOC_LITERAL(15, 194, 31), // "on_keyList_itemSelectionChanged"
|
||||
QT_MOC_LITERAL(16, 226, 13), // "keyPressEvent"
|
||||
QT_MOC_LITERAL(17, 240, 10), // "QKeyEvent*"
|
||||
QT_MOC_LITERAL(18, 251, 5), // "event"
|
||||
QT_MOC_LITERAL(19, 257, 11), // "resizeEvent"
|
||||
QT_MOC_LITERAL(20, 269, 13), // "QResizeEvent*"
|
||||
QT_MOC_LITERAL(21, 283, 25), // "on_comRefleshList_clicked"
|
||||
QT_MOC_LITERAL(22, 309, 21), // "on_comConnect_clicked"
|
||||
QT_MOC_LITERAL(23, 331, 28), // "on_enSendKeyToReport_clicked"
|
||||
QT_MOC_LITERAL(24, 360, 7), // "checked"
|
||||
QT_MOC_LITERAL(25, 368, 24), // "on_saveKbdReport_clicked"
|
||||
QT_MOC_LITERAL(26, 393, 30), // "on_openConnectionsFile_clicked"
|
||||
QT_MOC_LITERAL(27, 424, 25), // "on_clearKbdReport_clicked"
|
||||
QT_MOC_LITERAL(28, 450, 29), // "on_swapColumnsAndRows_clicked"
|
||||
QT_MOC_LITERAL(29, 480, 20), // "on_mergeRows_clicked"
|
||||
QT_MOC_LITERAL(30, 501, 19), // "on_setFnKey_clicked"
|
||||
QT_MOC_LITERAL(31, 521, 28), // "on_openMatrixKbdFile_clicked"
|
||||
QT_MOC_LITERAL(32, 550, 28), // "on_generateFwBinFile_clicked"
|
||||
QT_MOC_LITERAL(33, 579, 25), // "on_saveMatrixFile_clicked"
|
||||
QT_MOC_LITERAL(34, 605, 25), // "on_openMatrixFile_clicked"
|
||||
QT_MOC_LITERAL(35, 631, 20), // "on_addNewKey_clicked"
|
||||
QT_MOC_LITERAL(36, 652, 21) // "on_openQmkKbd_clicked"
|
||||
|
||||
},
|
||||
"i2c_keyboard_detection\0comDataReceived\0"
|
||||
"\0displayMatrix\0qmkKbdSelected\0rev\0"
|
||||
"keymap\0processReadyRead\0processFinished\0"
|
||||
"result\0QProcess::ExitStatus\0exitStatus\0"
|
||||
"processError\0QProcess::ProcessError\0"
|
||||
"error\0on_keyList_itemSelectionChanged\0"
|
||||
"keyPressEvent\0QKeyEvent*\0event\0"
|
||||
"resizeEvent\0QResizeEvent*\0"
|
||||
"on_comRefleshList_clicked\0"
|
||||
"on_comConnect_clicked\0"
|
||||
"on_enSendKeyToReport_clicked\0checked\0"
|
||||
"on_saveKbdReport_clicked\0"
|
||||
"on_openConnectionsFile_clicked\0"
|
||||
"on_clearKbdReport_clicked\0"
|
||||
"on_swapColumnsAndRows_clicked\0"
|
||||
"on_mergeRows_clicked\0on_setFnKey_clicked\0"
|
||||
"on_openMatrixKbdFile_clicked\0"
|
||||
"on_generateFwBinFile_clicked\0"
|
||||
"on_saveMatrixFile_clicked\0"
|
||||
"on_openMatrixFile_clicked\0"
|
||||
"on_addNewKey_clicked\0on_openQmkKbd_clicked"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
static const uint qt_meta_data_i2c_keyboard_detection[] = {
|
||||
|
||||
// content:
|
||||
7, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
24, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
0, // signalCount
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
1, 0, 134, 2, 0x08 /* Private */,
|
||||
3, 0, 135, 2, 0x08 /* Private */,
|
||||
4, 2, 136, 2, 0x08 /* Private */,
|
||||
7, 0, 141, 2, 0x08 /* Private */,
|
||||
8, 2, 142, 2, 0x08 /* Private */,
|
||||
12, 1, 147, 2, 0x08 /* Private */,
|
||||
15, 0, 150, 2, 0x08 /* Private */,
|
||||
16, 1, 151, 2, 0x08 /* Private */,
|
||||
19, 1, 154, 2, 0x08 /* Private */,
|
||||
21, 0, 157, 2, 0x08 /* Private */,
|
||||
22, 0, 158, 2, 0x08 /* Private */,
|
||||
23, 1, 159, 2, 0x08 /* Private */,
|
||||
25, 0, 162, 2, 0x08 /* Private */,
|
||||
26, 0, 163, 2, 0x08 /* Private */,
|
||||
27, 0, 164, 2, 0x08 /* Private */,
|
||||
28, 0, 165, 2, 0x08 /* Private */,
|
||||
29, 0, 166, 2, 0x08 /* Private */,
|
||||
30, 0, 167, 2, 0x08 /* Private */,
|
||||
31, 0, 168, 2, 0x08 /* Private */,
|
||||
32, 0, 169, 2, 0x08 /* Private */,
|
||||
33, 0, 170, 2, 0x08 /* Private */,
|
||||
34, 0, 171, 2, 0x08 /* Private */,
|
||||
35, 0, 172, 2, 0x08 /* Private */,
|
||||
36, 0, 173, 2, 0x08 /* Private */,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void, QMetaType::Int, QMetaType::Int, 5, 6,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void, QMetaType::Int, 0x80000000 | 10, 9, 11,
|
||||
QMetaType::Void, 0x80000000 | 13, 14,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void, 0x80000000 | 17, 18,
|
||||
QMetaType::Void, 0x80000000 | 20, 18,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void, QMetaType::Bool, 24,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
|
||||
0 // eod
|
||||
};
|
||||
|
||||
void i2c_keyboard_detection::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
i2c_keyboard_detection *_t = static_cast<i2c_keyboard_detection *>(_o);
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: _t->comDataReceived(); break;
|
||||
case 1: _t->displayMatrix(); break;
|
||||
case 2: _t->qmkKbdSelected((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
|
||||
case 3: _t->processReadyRead(); break;
|
||||
case 4: _t->processFinished((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< QProcess::ExitStatus(*)>(_a[2]))); break;
|
||||
case 5: _t->processError((*reinterpret_cast< QProcess::ProcessError(*)>(_a[1]))); break;
|
||||
case 6: _t->on_keyList_itemSelectionChanged(); break;
|
||||
case 7: _t->keyPressEvent((*reinterpret_cast< QKeyEvent*(*)>(_a[1]))); break;
|
||||
case 8: _t->resizeEvent((*reinterpret_cast< QResizeEvent*(*)>(_a[1]))); break;
|
||||
case 9: _t->on_comRefleshList_clicked(); break;
|
||||
case 10: _t->on_comConnect_clicked(); break;
|
||||
case 11: _t->on_enSendKeyToReport_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
||||
case 12: _t->on_saveKbdReport_clicked(); break;
|
||||
case 13: _t->on_openConnectionsFile_clicked(); break;
|
||||
case 14: _t->on_clearKbdReport_clicked(); break;
|
||||
case 15: _t->on_swapColumnsAndRows_clicked(); break;
|
||||
case 16: _t->on_mergeRows_clicked(); break;
|
||||
case 17: _t->on_setFnKey_clicked(); break;
|
||||
case 18: _t->on_openMatrixKbdFile_clicked(); break;
|
||||
case 19: _t->on_generateFwBinFile_clicked(); break;
|
||||
case 20: _t->on_saveMatrixFile_clicked(); break;
|
||||
case 21: _t->on_openMatrixFile_clicked(); break;
|
||||
case 22: _t->on_addNewKey_clicked(); break;
|
||||
case 23: _t->on_openQmkKbd_clicked(); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const QMetaObject i2c_keyboard_detection::staticMetaObject = {
|
||||
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_i2c_keyboard_detection.data,
|
||||
qt_meta_data_i2c_keyboard_detection, qt_static_metacall, nullptr, nullptr}
|
||||
};
|
||||
|
||||
|
||||
const QMetaObject *i2c_keyboard_detection::metaObject() const
|
||||
{
|
||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||
}
|
||||
|
||||
void *i2c_keyboard_detection::qt_metacast(const char *_clname)
|
||||
{
|
||||
if (!_clname) return nullptr;
|
||||
if (!strcmp(_clname, qt_meta_stringdata_i2c_keyboard_detection.stringdata0))
|
||||
return static_cast<void*>(this);
|
||||
return QMainWindow::qt_metacast(_clname);
|
||||
}
|
||||
|
||||
int i2c_keyboard_detection::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
_id = QMainWindow::qt_metacall(_c, _id, _a);
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 24)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 24;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 24)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 24;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
Binary file not shown.
@ -0,0 +1,279 @@
|
||||
#define __SSP_STRONG__ 3
|
||||
#define __DBL_MIN_EXP__ (-1021)
|
||||
#define __cpp_attributes 200809
|
||||
#define __UINT_LEAST16_MAX__ 0xffff
|
||||
#define __ATOMIC_ACQUIRE 2
|
||||
#define __FLT_MIN__ 1.17549435082228750797e-38F
|
||||
#define __GCC_IEC_559_COMPLEX 2
|
||||
#define __UINT_LEAST8_TYPE__ unsigned char
|
||||
#define __SIZEOF_FLOAT80__ 16
|
||||
#define __INTMAX_C(c) c ## L
|
||||
#define __CHAR_BIT__ 8
|
||||
#define __UINT8_MAX__ 0xff
|
||||
#define __WINT_MAX__ 0xffffffffU
|
||||
#define __cpp_static_assert 200410
|
||||
#define __ORDER_LITTLE_ENDIAN__ 1234
|
||||
#define __SIZE_MAX__ 0xffffffffffffffffUL
|
||||
#define __WCHAR_MAX__ 0x7fffffff
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
|
||||
#define __DBL_DENORM_MIN__ double(4.94065645841246544177e-324L)
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
|
||||
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
|
||||
#define __GCC_IEC_559 2
|
||||
#define __FLT_EVAL_METHOD__ 0
|
||||
#define __unix__ 1
|
||||
#define __cpp_binary_literals 201304
|
||||
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
|
||||
#define __x86_64 1
|
||||
#define __cpp_variadic_templates 200704
|
||||
#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
|
||||
#define __SIG_ATOMIC_TYPE__ int
|
||||
#define __DBL_MIN_10_EXP__ (-307)
|
||||
#define __FINITE_MATH_ONLY__ 0
|
||||
#define __GNUC_PATCHLEVEL__ 0
|
||||
#define __UINT_FAST8_MAX__ 0xff
|
||||
#define __has_include(STR) __has_include__(STR)
|
||||
#define __DEC64_MAX_EXP__ 385
|
||||
#define __INT8_C(c) c
|
||||
#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
|
||||
#define __SHRT_MAX__ 0x7fff
|
||||
#define __LDBL_MAX__ 1.18973149535723176502e+4932L
|
||||
#define __UINT_LEAST8_MAX__ 0xff
|
||||
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
|
||||
#define __UINTMAX_TYPE__ long unsigned int
|
||||
#define __linux 1
|
||||
#define __DEC32_EPSILON__ 1E-6DF
|
||||
#define __unix 1
|
||||
#define __UINT32_MAX__ 0xffffffffU
|
||||
#define __GXX_EXPERIMENTAL_CXX0X__ 1
|
||||
#define __LDBL_MAX_EXP__ 16384
|
||||
#define __WINT_MIN__ 0U
|
||||
#define __linux__ 1
|
||||
#define __SCHAR_MAX__ 0x7f
|
||||
#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
|
||||
#define __INT64_C(c) c ## L
|
||||
#define __DBL_DIG__ 15
|
||||
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
|
||||
#define __SIZEOF_INT__ 4
|
||||
#define __SIZEOF_POINTER__ 8
|
||||
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
|
||||
#define __USER_LABEL_PREFIX__
|
||||
#define __STDC_HOSTED__ 1
|
||||
#define __LDBL_HAS_INFINITY__ 1
|
||||
#define __FLT_EPSILON__ 1.19209289550781250000e-7F
|
||||
#define __GXX_WEAK__ 1
|
||||
#define __LDBL_MIN__ 3.36210314311209350626e-4932L
|
||||
#define __DEC32_MAX__ 9.999999E96DF
|
||||
#define __INT32_MAX__ 0x7fffffff
|
||||
#define __SIZEOF_LONG__ 8
|
||||
#define __STDC_IEC_559__ 1
|
||||
#define __STDC_ISO_10646__ 201505L
|
||||
#define __UINT16_C(c) c
|
||||
#define __DECIMAL_DIG__ 21
|
||||
#define __gnu_linux__ 1
|
||||
#define __has_include_next(STR) __has_include_next__(STR)
|
||||
#define __LDBL_HAS_QUIET_NAN__ 1
|
||||
#define __GNUC__ 5
|
||||
#define __GXX_RTTI 1
|
||||
#define __MMX__ 1
|
||||
#define __cpp_delegating_constructors 200604
|
||||
#define __FLT_HAS_DENORM__ 1
|
||||
#define __SIZEOF_LONG_DOUBLE__ 16
|
||||
#define __BIGGEST_ALIGNMENT__ 16
|
||||
#define __STDC_UTF_16__ 1
|
||||
#define __DBL_MAX__ double(1.79769313486231570815e+308L)
|
||||
#define __cpp_raw_strings 200710
|
||||
#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
|
||||
#define __DBL_HAS_INFINITY__ 1
|
||||
#define __INT64_MAX__ 0x7fffffffffffffffL
|
||||
#define __DEC32_MIN_EXP__ (-94)
|
||||
#define __INT_FAST16_TYPE__ long int
|
||||
#define __LDBL_HAS_DENORM__ 1
|
||||
#define __cplusplus 201103L
|
||||
#define __cpp_ref_qualifiers 200710
|
||||
#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
|
||||
#define __INT_LEAST32_MAX__ 0x7fffffff
|
||||
#define __DEC32_MIN__ 1E-95DF
|
||||
#define __DEPRECATED 1
|
||||
#define __DBL_MAX_EXP__ 1024
|
||||
#define __DEC128_EPSILON__ 1E-33DL
|
||||
#define __SSE2_MATH__ 1
|
||||
#define __ATOMIC_HLE_RELEASE 131072
|
||||
#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
|
||||
#define __amd64 1
|
||||
#define __STDC_NO_THREADS__ 1
|
||||
#define __ATOMIC_HLE_ACQUIRE 65536
|
||||
#define __GNUG__ 5
|
||||
#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
|
||||
#define __SIZEOF_SIZE_T__ 8
|
||||
#define __cpp_rvalue_reference 200610
|
||||
#define __cpp_nsdmi 200809
|
||||
#define __SIZEOF_WINT_T__ 4
|
||||
#define __cpp_initializer_lists 200806
|
||||
#define __GCC_HAVE_DWARF2_CFI_ASM 1
|
||||
#define __GXX_ABI_VERSION 1009
|
||||
#define __FLT_MIN_EXP__ (-125)
|
||||
#define __cpp_lambdas 200907
|
||||
#define __INT_FAST64_TYPE__ long int
|
||||
#define __DBL_MIN__ double(2.22507385850720138309e-308L)
|
||||
#define __LP64__ 1
|
||||
#define __DECIMAL_BID_FORMAT__ 1
|
||||
#define __DEC128_MIN__ 1E-6143DL
|
||||
#define __REGISTER_PREFIX__
|
||||
#define __UINT16_MAX__ 0xffff
|
||||
#define __DBL_HAS_DENORM__ 1
|
||||
#define __UINT8_TYPE__ unsigned char
|
||||
#define __NO_INLINE__ 1
|
||||
#define __FLT_MANT_DIG__ 24
|
||||
#define __VERSION__ "5.4.0 20160609"
|
||||
#define __UINT64_C(c) c ## UL
|
||||
#define __cpp_unicode_characters 200704
|
||||
#define _STDC_PREDEF_H 1
|
||||
#define __GCC_ATOMIC_INT_LOCK_FREE 2
|
||||
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
|
||||
#define __STDC_IEC_559_COMPLEX__ 1
|
||||
#define __INT32_C(c) c
|
||||
#define __DEC64_EPSILON__ 1E-15DD
|
||||
#define __ORDER_PDP_ENDIAN__ 3412
|
||||
#define __DEC128_MIN_EXP__ (-6142)
|
||||
#define __INT_FAST32_TYPE__ long int
|
||||
#define __UINT_LEAST16_TYPE__ short unsigned int
|
||||
#define unix 1
|
||||
#define __INT16_MAX__ 0x7fff
|
||||
#define __cpp_rtti 199711
|
||||
#define __SIZE_TYPE__ long unsigned int
|
||||
#define __UINT64_MAX__ 0xffffffffffffffffUL
|
||||
#define __INT8_TYPE__ signed char
|
||||
#define __ELF__ 1
|
||||
#define __FLT_RADIX__ 2
|
||||
#define __INT_LEAST16_TYPE__ short int
|
||||
#define __LDBL_EPSILON__ 1.08420217248550443401e-19L
|
||||
#define __UINTMAX_C(c) c ## UL
|
||||
#define __GLIBCXX_BITSIZE_INT_N_0 128
|
||||
#define __k8 1
|
||||
#define __SIG_ATOMIC_MAX__ 0x7fffffff
|
||||
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
|
||||
#define __SIZEOF_PTRDIFF_T__ 8
|
||||
#define __x86_64__ 1
|
||||
#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
|
||||
#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
|
||||
#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
|
||||
#define __UINT_LEAST64_TYPE__ long unsigned int
|
||||
#define __FLT_HAS_QUIET_NAN__ 1
|
||||
#define __FLT_MAX_10_EXP__ 38
|
||||
#define __LONG_MAX__ 0x7fffffffffffffffL
|
||||
#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
|
||||
#define __FLT_HAS_INFINITY__ 1
|
||||
#define __cpp_unicode_literals 200710
|
||||
#define __UINT_FAST16_TYPE__ long unsigned int
|
||||
#define __DEC64_MAX__ 9.999999999999999E384DD
|
||||
#define __CHAR16_TYPE__ short unsigned int
|
||||
#define __PRAGMA_REDEFINE_EXTNAME 1
|
||||
#define __INT_LEAST16_MAX__ 0x7fff
|
||||
#define __DEC64_MANT_DIG__ 16
|
||||
#define __UINT_LEAST32_MAX__ 0xffffffffU
|
||||
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
|
||||
#define __INT_LEAST64_TYPE__ long int
|
||||
#define __INT16_TYPE__ short int
|
||||
#define __INT_LEAST8_TYPE__ signed char
|
||||
#define __DEC32_MAX_EXP__ 97
|
||||
#define __INT_FAST8_MAX__ 0x7f
|
||||
#define __INTPTR_MAX__ 0x7fffffffffffffffL
|
||||
#define linux 1
|
||||
#define __cpp_range_based_for 200907
|
||||
#define __SSE2__ 1
|
||||
#define __EXCEPTIONS 1
|
||||
#define __LDBL_MANT_DIG__ 64
|
||||
#define __DBL_HAS_QUIET_NAN__ 1
|
||||
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
|
||||
#define __code_model_small__ 1
|
||||
#define __k8__ 1
|
||||
#define __INTPTR_TYPE__ long int
|
||||
#define __UINT16_TYPE__ short unsigned int
|
||||
#define __WCHAR_TYPE__ int
|
||||
#define __SIZEOF_FLOAT__ 4
|
||||
#define __UINTPTR_MAX__ 0xffffffffffffffffUL
|
||||
#define __DEC64_MIN_EXP__ (-382)
|
||||
#define __cpp_decltype 200707
|
||||
#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
|
||||
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
|
||||
#define __FLT_DIG__ 6
|
||||
#define __UINT_FAST64_TYPE__ long unsigned int
|
||||
#define __INT_MAX__ 0x7fffffff
|
||||
#define __amd64__ 1
|
||||
#define __INT64_TYPE__ long int
|
||||
#define __FLT_MAX_EXP__ 128
|
||||
#define __ORDER_BIG_ENDIAN__ 4321
|
||||
#define __DBL_MANT_DIG__ 53
|
||||
#define __cpp_inheriting_constructors 200802
|
||||
#define __SIZEOF_FLOAT128__ 16
|
||||
#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
|
||||
#define __DEC64_MIN__ 1E-383DD
|
||||
#define __WINT_TYPE__ unsigned int
|
||||
#define __UINT_LEAST32_TYPE__ unsigned int
|
||||
#define __SIZEOF_SHORT__ 2
|
||||
#define __SSE__ 1
|
||||
#define __LDBL_MIN_EXP__ (-16381)
|
||||
#define __INT_LEAST8_MAX__ 0x7f
|
||||
#define __SIZEOF_INT128__ 16
|
||||
#define __LDBL_MAX_10_EXP__ 4932
|
||||
#define __ATOMIC_RELAXED 0
|
||||
#define __DBL_EPSILON__ double(2.22044604925031308085e-16L)
|
||||
#define _LP64 1
|
||||
#define __UINT8_C(c) c
|
||||
#define __INT_LEAST32_TYPE__ int
|
||||
#define __SIZEOF_WCHAR_T__ 4
|
||||
#define __UINT64_TYPE__ long unsigned int
|
||||
#define __INT_FAST8_TYPE__ signed char
|
||||
#define __GNUC_STDC_INLINE__ 1
|
||||
#define __DBL_DECIMAL_DIG__ 17
|
||||
#define __STDC_UTF_32__ 1
|
||||
#define __FXSR__ 1
|
||||
#define __DEC_EVAL_METHOD__ 2
|
||||
#define __cpp_runtime_arrays 198712
|
||||
#define __UINT32_C(c) c ## U
|
||||
#define __INTMAX_MAX__ 0x7fffffffffffffffL
|
||||
#define __cpp_alias_templates 200704
|
||||
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
|
||||
#define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F
|
||||
#define __INT8_MAX__ 0x7f
|
||||
#define __UINT_FAST32_TYPE__ long unsigned int
|
||||
#define __CHAR32_TYPE__ unsigned int
|
||||
#define __FLT_MAX__ 3.40282346638528859812e+38F
|
||||
#define __cpp_constexpr 200704
|
||||
#define __INT32_TYPE__ int
|
||||
#define __SIZEOF_DOUBLE__ 8
|
||||
#define __cpp_exceptions 199711
|
||||
#define __INTMAX_TYPE__ long int
|
||||
#define __DEC128_MAX_EXP__ 6145
|
||||
#define __ATOMIC_CONSUME 1
|
||||
#define __GNUC_MINOR__ 4
|
||||
#define __GLIBCXX_TYPE_INT_N_0 __int128
|
||||
#define __UINTMAX_MAX__ 0xffffffffffffffffUL
|
||||
#define __DEC32_MANT_DIG__ 7
|
||||
#define __DBL_MAX_10_EXP__ 308
|
||||
#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
|
||||
#define __INT16_C(c) c
|
||||
#define __STDC__ 1
|
||||
#define __PTRDIFF_TYPE__ long int
|
||||
#define __ATOMIC_SEQ_CST 5
|
||||
#define __UINT32_TYPE__ unsigned int
|
||||
#define __UINTPTR_TYPE__ long unsigned int
|
||||
#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
|
||||
#define __DEC128_MANT_DIG__ 34
|
||||
#define __LDBL_MIN_10_EXP__ (-4931)
|
||||
#define __SSE_MATH__ 1
|
||||
#define __SIZEOF_LONG_LONG__ 8
|
||||
#define __cpp_user_defined_literals 200809
|
||||
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
|
||||
#define __LDBL_DIG__ 18
|
||||
#define __FLT_DECIMAL_DIG__ 9
|
||||
#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
|
||||
#define __FLT_MIN_10_EXP__ (-37)
|
||||
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
|
||||
#define __UINT_FAST8_TYPE__ unsigned char
|
||||
#define _GNU_SOURCE 1
|
||||
#define __ATOMIC_ACQ_REL 4
|
||||
#define __ATOMIC_RELEASE 3
|
@ -0,0 +1,144 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file 'qmk_kbd_list.h'
|
||||
**
|
||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.5)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#include "../i2c_keyboard_detection/qmk_kbd_list.h"
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file 'qmk_kbd_list.h' doesn't include <QObject>."
|
||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
||||
#error "This file was generated using the moc from 5.9.5. It"
|
||||
#error "cannot be used with the include files from this version of Qt."
|
||||
#error "(The moc has changed too much.)"
|
||||
#endif
|
||||
|
||||
QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_qmk_kbd_list_t {
|
||||
QByteArrayData data[7];
|
||||
char stringdata0[69];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
qptrdiff(offsetof(qt_meta_stringdata_qmk_kbd_list_t, stringdata0) + ofs \
|
||||
- idx * sizeof(QByteArrayData)) \
|
||||
)
|
||||
static const qt_meta_stringdata_qmk_kbd_list_t qt_meta_stringdata_qmk_kbd_list = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 12), // "qmk_kbd_list"
|
||||
QT_MOC_LITERAL(1, 13, 11), // "kbdSelected"
|
||||
QT_MOC_LITERAL(2, 25, 0), // ""
|
||||
QT_MOC_LITERAL(3, 26, 3), // "rev"
|
||||
QT_MOC_LITERAL(4, 30, 6), // "keymap"
|
||||
QT_MOC_LITERAL(5, 37, 13), // "on_ok_clicked"
|
||||
QT_MOC_LITERAL(6, 51, 17) // "on_cancel_clicked"
|
||||
|
||||
},
|
||||
"qmk_kbd_list\0kbdSelected\0\0rev\0keymap\0"
|
||||
"on_ok_clicked\0on_cancel_clicked"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
static const uint qt_meta_data_qmk_kbd_list[] = {
|
||||
|
||||
// content:
|
||||
7, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
3, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
1, // signalCount
|
||||
|
||||
// signals: name, argc, parameters, tag, flags
|
||||
1, 2, 29, 2, 0x06 /* Public */,
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
5, 0, 34, 2, 0x08 /* Private */,
|
||||
6, 0, 35, 2, 0x08 /* Private */,
|
||||
|
||||
// signals: parameters
|
||||
QMetaType::Void, QMetaType::Int, QMetaType::Int, 3, 4,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
|
||||
0 // eod
|
||||
};
|
||||
|
||||
void qmk_kbd_list::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
qmk_kbd_list *_t = static_cast<qmk_kbd_list *>(_o);
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: _t->kbdSelected((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
|
||||
case 1: _t->on_ok_clicked(); break;
|
||||
case 2: _t->on_cancel_clicked(); break;
|
||||
default: ;
|
||||
}
|
||||
} else if (_c == QMetaObject::IndexOfMethod) {
|
||||
int *result = reinterpret_cast<int *>(_a[0]);
|
||||
{
|
||||
typedef void (qmk_kbd_list::*_t)(int , int );
|
||||
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&qmk_kbd_list::kbdSelected)) {
|
||||
*result = 0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const QMetaObject qmk_kbd_list::staticMetaObject = {
|
||||
{ &QWidget::staticMetaObject, qt_meta_stringdata_qmk_kbd_list.data,
|
||||
qt_meta_data_qmk_kbd_list, qt_static_metacall, nullptr, nullptr}
|
||||
};
|
||||
|
||||
|
||||
const QMetaObject *qmk_kbd_list::metaObject() const
|
||||
{
|
||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||
}
|
||||
|
||||
void *qmk_kbd_list::qt_metacast(const char *_clname)
|
||||
{
|
||||
if (!_clname) return nullptr;
|
||||
if (!strcmp(_clname, qt_meta_stringdata_qmk_kbd_list.stringdata0))
|
||||
return static_cast<void*>(this);
|
||||
return QWidget::qt_metacast(_clname);
|
||||
}
|
||||
|
||||
int qmk_kbd_list::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
_id = QWidget::qt_metacall(_c, _id, _a);
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 3)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 3;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 3)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 3;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
// SIGNAL 0
|
||||
void qmk_kbd_list::kbdSelected(int _t1, int _t2)
|
||||
{
|
||||
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
|
||||
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,290 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'i2c_keyboard_detection.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.9.5
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_I2C_KEYBOARD_DETECTION_H
|
||||
#define UI_I2C_KEYBOARD_DETECTION_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QCheckBox>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QListWidget>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtWidgets/QMenuBar>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QSpinBox>
|
||||
#include <QtWidgets/QStatusBar>
|
||||
#include <QtWidgets/QTabWidget>
|
||||
#include <QtWidgets/QTableWidget>
|
||||
#include <QtWidgets/QTextBrowser>
|
||||
#include <QtWidgets/QToolBar>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_i2c_keyboard_detection
|
||||
{
|
||||
public:
|
||||
QWidget *centralWidget;
|
||||
QTabWidget *tabWidget;
|
||||
QWidget *tabKbdConnectionsDetection;
|
||||
QTextBrowser *kbdReport;
|
||||
QComboBox *comList;
|
||||
QLabel *labelKeyboardStatus;
|
||||
QPushButton *comRefleshList;
|
||||
QCheckBox *enSendKeyToReport;
|
||||
QPushButton *comConnect;
|
||||
QPushButton *saveKbdReport;
|
||||
QPushButton *clearKbdReport;
|
||||
QWidget *tabMatrixGenerator;
|
||||
QPushButton *openConnectionsFile;
|
||||
QTableWidget *generatedMatrixTable;
|
||||
QRadioButton *normalMatrixMode;
|
||||
QRadioButton *fnMatrixMode;
|
||||
QPushButton *swapColumnsAndRows;
|
||||
QPushButton *setFnKey;
|
||||
QComboBox *mergingVariants;
|
||||
QPushButton *mergeRows;
|
||||
QLabel *label_matrixInfo;
|
||||
QPushButton *openMatrixFile;
|
||||
QPushButton *saveMatrixFile;
|
||||
QPushButton *openQmkKbd;
|
||||
QComboBox *diodeDirection;
|
||||
QWidget *tabFirmwareBilder;
|
||||
QPushButton *openMatrixKbdFile;
|
||||
QPushButton *generateFwBinFile;
|
||||
QLineEdit *fpgaProjectPath;
|
||||
QRadioButton *generateBinApio;
|
||||
QRadioButton *generateBinArachne;
|
||||
QRadioButton *generateBinNextPnr;
|
||||
QPushButton *burnFileToFpga;
|
||||
QTextBrowser *fpgaCommandOutput;
|
||||
QSpinBox *newKeyCode;
|
||||
QListWidget *keyList;
|
||||
QLabel *labelKeyName;
|
||||
QPushButton *addNewKey;
|
||||
QLineEdit *newKeyName;
|
||||
QLabel *label_keyComment;
|
||||
QMenuBar *menuBar;
|
||||
QToolBar *mainToolBar;
|
||||
QStatusBar *statusBar;
|
||||
|
||||
void setupUi(QMainWindow *i2c_keyboard_detection)
|
||||
{
|
||||
if (i2c_keyboard_detection->objectName().isEmpty())
|
||||
i2c_keyboard_detection->setObjectName(QStringLiteral("i2c_keyboard_detection"));
|
||||
i2c_keyboard_detection->resize(1312, 781);
|
||||
i2c_keyboard_detection->setFocusPolicy(Qt::TabFocus);
|
||||
centralWidget = new QWidget(i2c_keyboard_detection);
|
||||
centralWidget->setObjectName(QStringLiteral("centralWidget"));
|
||||
tabWidget = new QTabWidget(centralWidget);
|
||||
tabWidget->setObjectName(QStringLiteral("tabWidget"));
|
||||
tabWidget->setGeometry(QRect(220, 10, 1081, 691));
|
||||
tabKbdConnectionsDetection = new QWidget();
|
||||
tabKbdConnectionsDetection->setObjectName(QStringLiteral("tabKbdConnectionsDetection"));
|
||||
kbdReport = new QTextBrowser(tabKbdConnectionsDetection);
|
||||
kbdReport->setObjectName(QStringLiteral("kbdReport"));
|
||||
kbdReport->setGeometry(QRect(280, 50, 651, 591));
|
||||
comList = new QComboBox(tabKbdConnectionsDetection);
|
||||
comList->setObjectName(QStringLiteral("comList"));
|
||||
comList->setGeometry(QRect(50, 10, 111, 31));
|
||||
labelKeyboardStatus = new QLabel(tabKbdConnectionsDetection);
|
||||
labelKeyboardStatus->setObjectName(QStringLiteral("labelKeyboardStatus"));
|
||||
labelKeyboardStatus->setGeometry(QRect(10, 40, 261, 31));
|
||||
comRefleshList = new QPushButton(tabKbdConnectionsDetection);
|
||||
comRefleshList->setObjectName(QStringLiteral("comRefleshList"));
|
||||
comRefleshList->setGeometry(QRect(10, 10, 31, 31));
|
||||
enSendKeyToReport = new QCheckBox(tabKbdConnectionsDetection);
|
||||
enSendKeyToReport->setObjectName(QStringLiteral("enSendKeyToReport"));
|
||||
enSendKeyToReport->setGeometry(QRect(280, 10, 311, 29));
|
||||
comConnect = new QPushButton(tabKbdConnectionsDetection);
|
||||
comConnect->setObjectName(QStringLiteral("comConnect"));
|
||||
comConnect->setGeometry(QRect(170, 10, 97, 31));
|
||||
saveKbdReport = new QPushButton(tabKbdConnectionsDetection);
|
||||
saveKbdReport->setObjectName(QStringLiteral("saveKbdReport"));
|
||||
saveKbdReport->setGeometry(QRect(650, 10, 121, 31));
|
||||
clearKbdReport = new QPushButton(tabKbdConnectionsDetection);
|
||||
clearKbdReport->setObjectName(QStringLiteral("clearKbdReport"));
|
||||
clearKbdReport->setGeometry(QRect(780, 10, 97, 31));
|
||||
tabWidget->addTab(tabKbdConnectionsDetection, QString());
|
||||
tabMatrixGenerator = new QWidget();
|
||||
tabMatrixGenerator->setObjectName(QStringLiteral("tabMatrixGenerator"));
|
||||
openConnectionsFile = new QPushButton(tabMatrixGenerator);
|
||||
openConnectionsFile->setObjectName(QStringLiteral("openConnectionsFile"));
|
||||
openConnectionsFile->setGeometry(QRect(10, 10, 341, 31));
|
||||
generatedMatrixTable = new QTableWidget(tabMatrixGenerator);
|
||||
generatedMatrixTable->setObjectName(QStringLiteral("generatedMatrixTable"));
|
||||
generatedMatrixTable->setGeometry(QRect(10, 90, 1061, 551));
|
||||
normalMatrixMode = new QRadioButton(tabMatrixGenerator);
|
||||
normalMatrixMode->setObjectName(QStringLiteral("normalMatrixMode"));
|
||||
normalMatrixMode->setGeometry(QRect(930, 0, 141, 29));
|
||||
normalMatrixMode->setChecked(true);
|
||||
fnMatrixMode = new QRadioButton(tabMatrixGenerator);
|
||||
fnMatrixMode->setObjectName(QStringLiteral("fnMatrixMode"));
|
||||
fnMatrixMode->setGeometry(QRect(930, 20, 91, 21));
|
||||
swapColumnsAndRows = new QPushButton(tabMatrixGenerator);
|
||||
swapColumnsAndRows->setObjectName(QStringLiteral("swapColumnsAndRows"));
|
||||
swapColumnsAndRows->setGeometry(QRect(230, 50, 191, 31));
|
||||
setFnKey = new QPushButton(tabMatrixGenerator);
|
||||
setFnKey->setObjectName(QStringLiteral("setFnKey"));
|
||||
setFnKey->setGeometry(QRect(10, 50, 211, 31));
|
||||
mergingVariants = new QComboBox(tabMatrixGenerator);
|
||||
mergingVariants->setObjectName(QStringLiteral("mergingVariants"));
|
||||
mergingVariants->setGeometry(QRect(430, 50, 151, 31));
|
||||
mergeRows = new QPushButton(tabMatrixGenerator);
|
||||
mergeRows->setObjectName(QStringLiteral("mergeRows"));
|
||||
mergeRows->setGeometry(QRect(590, 50, 111, 31));
|
||||
label_matrixInfo = new QLabel(tabMatrixGenerator);
|
||||
label_matrixInfo->setObjectName(QStringLiteral("label_matrixInfo"));
|
||||
label_matrixInfo->setGeometry(QRect(710, 52, 221, 31));
|
||||
openMatrixFile = new QPushButton(tabMatrixGenerator);
|
||||
openMatrixFile->setObjectName(QStringLiteral("openMatrixFile"));
|
||||
openMatrixFile->setGeometry(QRect(360, 10, 151, 31));
|
||||
saveMatrixFile = new QPushButton(tabMatrixGenerator);
|
||||
saveMatrixFile->setObjectName(QStringLiteral("saveMatrixFile"));
|
||||
saveMatrixFile->setGeometry(QRect(750, 10, 141, 31));
|
||||
openQmkKbd = new QPushButton(tabMatrixGenerator);
|
||||
openQmkKbd->setObjectName(QStringLiteral("openQmkKbd"));
|
||||
openQmkKbd->setGeometry(QRect(520, 10, 221, 31));
|
||||
diodeDirection = new QComboBox(tabMatrixGenerator);
|
||||
diodeDirection->setObjectName(QStringLiteral("diodeDirection"));
|
||||
diodeDirection->setGeometry(QRect(940, 50, 131, 31));
|
||||
tabWidget->addTab(tabMatrixGenerator, QString());
|
||||
tabFirmwareBilder = new QWidget();
|
||||
tabFirmwareBilder->setObjectName(QStringLiteral("tabFirmwareBilder"));
|
||||
openMatrixKbdFile = new QPushButton(tabFirmwareBilder);
|
||||
openMatrixKbdFile->setObjectName(QStringLiteral("openMatrixKbdFile"));
|
||||
openMatrixKbdFile->setGeometry(QRect(10, 10, 271, 31));
|
||||
generateFwBinFile = new QPushButton(tabFirmwareBilder);
|
||||
generateFwBinFile->setObjectName(QStringLiteral("generateFwBinFile"));
|
||||
generateFwBinFile->setEnabled(false);
|
||||
generateFwBinFile->setGeometry(QRect(10, 50, 171, 31));
|
||||
fpgaProjectPath = new QLineEdit(tabFirmwareBilder);
|
||||
fpgaProjectPath->setObjectName(QStringLiteral("fpgaProjectPath"));
|
||||
fpgaProjectPath->setGeometry(QRect(290, 10, 641, 31));
|
||||
generateBinApio = new QRadioButton(tabFirmwareBilder);
|
||||
generateBinApio->setObjectName(QStringLiteral("generateBinApio"));
|
||||
generateBinApio->setEnabled(false);
|
||||
generateBinApio->setGeometry(QRect(190, 50, 61, 29));
|
||||
generateBinApio->setChecked(true);
|
||||
generateBinArachne = new QRadioButton(tabFirmwareBilder);
|
||||
generateBinArachne->setObjectName(QStringLiteral("generateBinArachne"));
|
||||
generateBinArachne->setEnabled(false);
|
||||
generateBinArachne->setGeometry(QRect(260, 50, 171, 29));
|
||||
generateBinNextPnr = new QRadioButton(tabFirmwareBilder);
|
||||
generateBinNextPnr->setObjectName(QStringLiteral("generateBinNextPnr"));
|
||||
generateBinNextPnr->setEnabled(false);
|
||||
generateBinNextPnr->setGeometry(QRect(440, 50, 141, 29));
|
||||
burnFileToFpga = new QPushButton(tabFirmwareBilder);
|
||||
burnFileToFpga->setObjectName(QStringLiteral("burnFileToFpga"));
|
||||
burnFileToFpga->setEnabled(false);
|
||||
burnFileToFpga->setGeometry(QRect(580, 50, 351, 31));
|
||||
fpgaCommandOutput = new QTextBrowser(tabFirmwareBilder);
|
||||
fpgaCommandOutput->setObjectName(QStringLiteral("fpgaCommandOutput"));
|
||||
fpgaCommandOutput->setGeometry(QRect(10, 90, 921, 551));
|
||||
tabWidget->addTab(tabFirmwareBilder, QString());
|
||||
newKeyCode = new QSpinBox(centralWidget);
|
||||
newKeyCode->setObjectName(QStringLiteral("newKeyCode"));
|
||||
newKeyCode->setGeometry(QRect(10, 670, 201, 32));
|
||||
newKeyCode->setMinimum(1);
|
||||
newKeyCode->setMaximum(254);
|
||||
newKeyCode->setValue(254);
|
||||
newKeyCode->setDisplayIntegerBase(16);
|
||||
keyList = new QListWidget(centralWidget);
|
||||
keyList->setObjectName(QStringLiteral("keyList"));
|
||||
keyList->setGeometry(QRect(10, 10, 201, 551));
|
||||
keyList->setAlternatingRowColors(true);
|
||||
labelKeyName = new QLabel(centralWidget);
|
||||
labelKeyName->setObjectName(QStringLiteral("labelKeyName"));
|
||||
labelKeyName->setGeometry(QRect(10, 640, 51, 31));
|
||||
addNewKey = new QPushButton(centralWidget);
|
||||
addNewKey->setObjectName(QStringLiteral("addNewKey"));
|
||||
addNewKey->setGeometry(QRect(10, 600, 201, 31));
|
||||
addNewKey->setCursor(QCursor(Qt::WaitCursor));
|
||||
addNewKey->setFocusPolicy(Qt::ClickFocus);
|
||||
newKeyName = new QLineEdit(centralWidget);
|
||||
newKeyName->setObjectName(QStringLiteral("newKeyName"));
|
||||
newKeyName->setGeometry(QRect(60, 640, 151, 31));
|
||||
label_keyComment = new QLabel(centralWidget);
|
||||
label_keyComment->setObjectName(QStringLiteral("label_keyComment"));
|
||||
label_keyComment->setGeometry(QRect(10, 560, 201, 23));
|
||||
i2c_keyboard_detection->setCentralWidget(centralWidget);
|
||||
menuBar = new QMenuBar(i2c_keyboard_detection);
|
||||
menuBar->setObjectName(QStringLiteral("menuBar"));
|
||||
menuBar->setGeometry(QRect(0, 0, 1312, 25));
|
||||
i2c_keyboard_detection->setMenuBar(menuBar);
|
||||
mainToolBar = new QToolBar(i2c_keyboard_detection);
|
||||
mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
|
||||
i2c_keyboard_detection->addToolBar(Qt::TopToolBarArea, mainToolBar);
|
||||
statusBar = new QStatusBar(i2c_keyboard_detection);
|
||||
statusBar->setObjectName(QStringLiteral("statusBar"));
|
||||
i2c_keyboard_detection->setStatusBar(statusBar);
|
||||
|
||||
retranslateUi(i2c_keyboard_detection);
|
||||
|
||||
tabWidget->setCurrentIndex(1);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(i2c_keyboard_detection);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QMainWindow *i2c_keyboard_detection)
|
||||
{
|
||||
i2c_keyboard_detection->setWindowTitle(QApplication::translate("i2c_keyboard_detection", "i2c_keyboard_detection", Q_NULLPTR));
|
||||
labelKeyboardStatus->setText(QApplication::translate("i2c_keyboard_detection", "Status: no keys pressed", Q_NULLPTR));
|
||||
comRefleshList->setText(QApplication::translate("i2c_keyboard_detection", "R", Q_NULLPTR));
|
||||
enSendKeyToReport->setText(QApplication::translate("i2c_keyboard_detection", "Wait selected key and add it to report", Q_NULLPTR));
|
||||
comConnect->setText(QApplication::translate("i2c_keyboard_detection", "Connect", Q_NULLPTR));
|
||||
saveKbdReport->setText(QApplication::translate("i2c_keyboard_detection", "Save to file", Q_NULLPTR));
|
||||
clearKbdReport->setText(QApplication::translate("i2c_keyboard_detection", "Clear", Q_NULLPTR));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tabKbdConnectionsDetection), QApplication::translate("i2c_keyboard_detection", "Keyboard connections detection", Q_NULLPTR));
|
||||
openConnectionsFile->setText(QApplication::translate("i2c_keyboard_detection", "Open connections file and generate matrix", Q_NULLPTR));
|
||||
normalMatrixMode->setText(QApplication::translate("i2c_keyboard_detection", "&Normal matrix", Q_NULLPTR));
|
||||
fnMatrixMode->setText(QApplication::translate("i2c_keyboard_detection", "FN m&ode", Q_NULLPTR));
|
||||
swapColumnsAndRows->setText(QApplication::translate("i2c_keyboard_detection", "Swap columns and rows", Q_NULLPTR));
|
||||
setFnKey->setText(QApplication::translate("i2c_keyboard_detection", "Set Fn key code from table", Q_NULLPTR));
|
||||
mergeRows->setText(QApplication::translate("i2c_keyboard_detection", "Connect rows", Q_NULLPTR));
|
||||
label_matrixInfo->setText(QString());
|
||||
openMatrixFile->setText(QApplication::translate("i2c_keyboard_detection", "Open matrix file", Q_NULLPTR));
|
||||
saveMatrixFile->setText(QApplication::translate("i2c_keyboard_detection", "Save matrix file", Q_NULLPTR));
|
||||
openQmkKbd->setText(QApplication::translate("i2c_keyboard_detection", "Open QMK keyboard folder", Q_NULLPTR));
|
||||
diodeDirection->clear();
|
||||
diodeDirection->insertItems(0, QStringList()
|
||||
<< QApplication::translate("i2c_keyboard_detection", "No diodes", Q_NULLPTR)
|
||||
<< QApplication::translate("i2c_keyboard_detection", "Col2Row", Q_NULLPTR)
|
||||
<< QApplication::translate("i2c_keyboard_detection", "Row2Col", Q_NULLPTR)
|
||||
);
|
||||
tabWidget->setTabText(tabWidget->indexOf(tabMatrixGenerator), QApplication::translate("i2c_keyboard_detection", "Matrix Generator", Q_NULLPTR));
|
||||
openMatrixKbdFile->setText(QApplication::translate("i2c_keyboard_detection", "Open matrix_kbd.v and modify it", Q_NULLPTR));
|
||||
generateFwBinFile->setText(QApplication::translate("i2c_keyboard_detection", "Generate bin file", Q_NULLPTR));
|
||||
generateBinApio->setText(QApplication::translate("i2c_keyboard_detection", "&Apio", Q_NULLPTR));
|
||||
generateBinArachne->setText(QApplication::translate("i2c_keyboard_detection", "&Yosys+Arachne-pnr", Q_NULLPTR));
|
||||
generateBinNextPnr->setText(QApplication::translate("i2c_keyboard_detection", "Yosys+&Nextpnr", Q_NULLPTR));
|
||||
burnFileToFpga->setText(QApplication::translate("i2c_keyboard_detection", "Open file and program FPGA", Q_NULLPTR));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tabFirmwareBilder), QApplication::translate("i2c_keyboard_detection", "Firmware generator", Q_NULLPTR));
|
||||
newKeyCode->setPrefix(QApplication::translate("i2c_keyboard_detection", "Code ", Q_NULLPTR));
|
||||
labelKeyName->setText(QApplication::translate("i2c_keyboard_detection", "Name", Q_NULLPTR));
|
||||
addNewKey->setText(QApplication::translate("i2c_keyboard_detection", "Add new key", Q_NULLPTR));
|
||||
label_keyComment->setText(QApplication::translate("i2c_keyboard_detection", "Key comment", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class i2c_keyboard_detection: public Ui_i2c_keyboard_detection {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_I2C_KEYBOARD_DETECTION_H
|
@ -0,0 +1,80 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qmk_kbd_list.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.9.5
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_QMK_KBD_LIST_H
|
||||
#define UI_QMK_KBD_LIST_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QListWidget>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_qmk_kbd_list
|
||||
{
|
||||
public:
|
||||
QListWidget *revList;
|
||||
QPushButton *ok;
|
||||
QPushButton *cancel;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QListWidget *keymapList;
|
||||
|
||||
void setupUi(QWidget *qmk_kbd_list)
|
||||
{
|
||||
if (qmk_kbd_list->objectName().isEmpty())
|
||||
qmk_kbd_list->setObjectName(QStringLiteral("qmk_kbd_list"));
|
||||
qmk_kbd_list->resize(391, 339);
|
||||
revList = new QListWidget(qmk_kbd_list);
|
||||
revList->setObjectName(QStringLiteral("revList"));
|
||||
revList->setGeometry(QRect(10, 40, 181, 251));
|
||||
ok = new QPushButton(qmk_kbd_list);
|
||||
ok->setObjectName(QStringLiteral("ok"));
|
||||
ok->setGeometry(QRect(10, 300, 181, 26));
|
||||
cancel = new QPushButton(qmk_kbd_list);
|
||||
cancel->setObjectName(QStringLiteral("cancel"));
|
||||
cancel->setGeometry(QRect(200, 300, 181, 26));
|
||||
label = new QLabel(qmk_kbd_list);
|
||||
label->setObjectName(QStringLiteral("label"));
|
||||
label->setGeometry(QRect(10, 10, 91, 21));
|
||||
label_2 = new QLabel(qmk_kbd_list);
|
||||
label_2->setObjectName(QStringLiteral("label_2"));
|
||||
label_2->setGeometry(QRect(200, 10, 111, 21));
|
||||
keymapList = new QListWidget(qmk_kbd_list);
|
||||
keymapList->setObjectName(QStringLiteral("keymapList"));
|
||||
keymapList->setGeometry(QRect(200, 40, 181, 251));
|
||||
|
||||
retranslateUi(qmk_kbd_list);
|
||||
|
||||
QMetaObject::connectSlotsByName(qmk_kbd_list);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *qmk_kbd_list)
|
||||
{
|
||||
qmk_kbd_list->setWindowTitle(QApplication::translate("qmk_kbd_list", "Form", Q_NULLPTR));
|
||||
ok->setText(QApplication::translate("qmk_kbd_list", "Ok", Q_NULLPTR));
|
||||
cancel->setText(QApplication::translate("qmk_kbd_list", "Cancel", Q_NULLPTR));
|
||||
label->setText(QApplication::translate("qmk_kbd_list", "Revisions", Q_NULLPTR));
|
||||
label_2->setText(QApplication::translate("qmk_kbd_list", "Keymaps", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class qmk_kbd_list: public Ui_qmk_kbd_list {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_QMK_KBD_LIST_H
|
Loading…
Reference in new issue