File:  [Local Repository] / imach / imach-gui / imach-gui.pro
Revision 1.1: download - view: text, annotated - select for diffs
Tue Feb 27 23:00:08 2018 UTC (6 years, 3 months ago) by brouard
Branches: MAIN
CVS tags: HEAD
Summary: imach gui

#-------------------------------------------------
#
# Project created by QtCreator 2013-10-03T22:30:49
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = imach-gui
TEMPLATE = app


SOURCES += main.cpp\
    dialog.cpp \

HEADERS  += dialog.h \
    dialog.h

FORMS    += dialog.ui \
    dialog.ui

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>