tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author Jens Petersen
Mon, 12 Sep 2022 12:50:37 -0400 (2022-09-12)
branch1.0.0
changeset 15861 9d4ba1912e71
parent 11015 7a905f0070ce
permissions -rw-r--r--
build fix from https://bugzilla.redhat.com/show_bug.cgi?id=1853122
#-------------------------------------------------
#
# Project created by QtCreator 2015-05-07T16:38:43
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = hwmapconverter
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui