From 1f71b6b8973cd2c3220301ba59bb6cdee79ddc3f Mon Sep 17 00:00:00 2001 From: AndreiCherniaev Date: Sat, 13 Apr 2024 21:36:46 +0900 Subject: [PATCH] drop qmake details: https://github.com/bigbigmdm/IMSProg/issues/58 --- IMSProg_editor/IMSProg_editor.pro | 77 -------------------- IMSProg_programmer/IMSProg.pro | 112 ------------------------------ 2 files changed, 189 deletions(-) delete mode 100644 IMSProg_editor/IMSProg_editor.pro delete mode 100644 IMSProg_programmer/IMSProg.pro diff --git a/IMSProg_editor/IMSProg_editor.pro b/IMSProg_editor/IMSProg_editor.pro deleted file mode 100644 index 38541f8..0000000 --- a/IMSProg_editor/IMSProg_editor.pro +++ /dev/null @@ -1,77 +0,0 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2023-05-26T10:45:36 -# -#------------------------------------------------- -# -# This file is part of the EZP_Chip_Editor project. -# -# Copyright (C) 2023 Mikhail Medvedev (e-ink-reader@yandex.ru) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# -# verbose functionality forked from https://github.com/bigbigmdm/EZP2019-EZP2025_chip_data_editor -# -# -QT += core gui - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = IMSProg_editor -TEMPLATE = app - -# The following define makes your compiler emit warnings if you use -# any feature of Qt which has been marked as deprecated (the exact warnings -# depend on your compiler). Please consult the documentation of the -# deprecated API in order to know how to port your code away from it. -DEFINES += QT_DEPRECATED_WARNINGS - -# You can also make your code fail to compile if you use deprecated APIs. -# In order to do so, uncomment the following line. -# You can also select to disable deprecated APIs only up to a certain version of Qt. -#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 - -CONFIG += c++11 - -SOURCES += \ - main.cpp \ - ezp_chip_editor.cpp \ - delegates.cpp - -HEADERS += \ - ezp_chip_editor.h \ - delegates.h - -FORMS += \ - ezp_chip_editor.ui - -TRANSLATIONS += language/chipEditor_ru_RU.ts \ - language/chipEditor_es_ES.ts \ - language/chipEditor_hu_HU.ts \ - language/chipEditor_de_DE.ts \ - language/chipEditor_zn_CH.ts \ - language/chipEditor_uk_UA.ts \ - language/chipEditor_pt_BR.ts \ - language/chipEditor_it_IT.ts - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target - -RESOURCES += \ - resources.qrc - -DISTFILES += diff --git a/IMSProg_programmer/IMSProg.pro b/IMSProg_programmer/IMSProg.pro deleted file mode 100644 index e1708c0..0000000 --- a/IMSProg_programmer/IMSProg.pro +++ /dev/null @@ -1,112 +0,0 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2023-07-14T12:38:17 -# -#------------------------------------------------- - -QT += core gui -LIBS += -lusb-1.0 -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = IMSProg -TEMPLATE = app - -# The following define makes your compiler emit warnings if you use -# any feature of Qt which has been marked as deprecated (the exact warnings -# depend on your compiler). Please consult the documentation of the -# deprecated API in order to know how to port your code away from it. -DEFINES += QT_DEPRECATED_WARNINGS - -# You can also make your code fail to compile if you use deprecated APIs. -# In order to do so, uncomment the following line. -# You can also select to disable deprecated APIs only up to a certain version of Qt. -#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 - -CONFIG += c++11 - -SOURCES += \ - main.cpp \ - mainwindow.cpp \ - qhexedit.cpp \ - chunks.cpp \ - commands.cpp \ - dialogsp.cpp \ - dialogrp.cpp \ - searchdialog.cpp \ - bitbang_microwire.c \ - ch341a_gpio.c \ - ch341a_i2c.c \ - ch341a_spi.c \ - flashcmd_api.c \ - i2c_eeprom.c \ - mw_eeprom.c \ - spi_controller.c \ - spi_eeprom.c \ - spi_nand_flash.c \ - spi_nor_flash.c \ - timer.c \ - dialogabout.cpp \ - dialoginfo.cpp \ - dialogsfdp.cpp \ - dialogsr.cpp \ - dialogsetaddr.cpp - -HEADERS += \ - mainwindow.h \ - qhexedit.h \ - chunks.h \ - commands.h \ - dialogsp.h \ - dialogrp.h \ - searchdialog.h \ - bitbang_microwire.h \ - ch341a_gpio.h \ - ch341a_i2c.h \ - ch341a_spi.h \ - flashcmd_api.h \ - i2c_eeprom_api.h \ - mw_eeprom_api.h \ - nandcmd_api.h \ - res.h \ - snorcmd_api.h \ - spi_controller.h \ - spi_eeprom.h \ - spi_eeprom_api.h \ - spi_nand_flash.h \ - timer.h \ - types.h \ - dialogabout.h \ - dialoginfo.h \ - dialogsfdp.h \ - dialogsr.h \ - dialogsetaddr.h - -FORMS += \ - mainwindow.ui \ - dialogsp.ui \ - dialogrp.ui \ - searchdialog.ui \ - dialogabout.ui \ - dialoginfo.ui \ - dialogsfdp.ui \ - dialogsr.ui \ - dialogsetaddr.ui - -TRANSLATIONS += language/chipProgrammer_ru_RU.ts \ - language/chipProgrammer_es_ES.ts \ - language/chipProgrammer_de_DE.ts \ - language/chipProgrammer_zn_CH.ts \ - language/chipProgrammer_uk_UA.ts \ - language/chipProgrammer_hu_HU.ts \ - language/chipProgrammer_pt_BR.ts \ - language/chipProgrammer_it_IT.ts - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target - -RESOURCES += \ - recource.qrc - -DISTFILES +=