Annotation of imach/imach-gui/imach-gui.pro, revision 1.1

1.1     ! brouard     1: #-------------------------------------------------
        !             2: #
        !             3: # Project created by QtCreator 2013-10-03T22:30:49
        !             4: #
        !             5: #-------------------------------------------------
        !             6: 
        !             7: QT       += core gui
        !             8: 
        !             9: greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
        !            10: 
        !            11: TARGET = imach-gui
        !            12: TEMPLATE = app
        !            13: 
        !            14: 
        !            15: SOURCES += main.cpp\
        !            16:     dialog.cpp \
        !            17: 
        !            18: HEADERS  += dialog.h \
        !            19:     dialog.h
        !            20: 
        !            21: FORMS    += dialog.ui \
        !            22:     dialog.ui

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