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, 4 months ago) by brouard
Branches: MAIN
CVS tags: HEAD
Summary: imach gui

    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>