source: palm/trunk/UTIL/mrungui/mrungui.pro @ 793

Last change on this file since 793 was 793, checked in by maronga, 12 years ago

GUI for mrun added

  • Property svn:keywords set to Id
File size: 571 bytes
Line 
1#!/bin/ksh
2#------------------------------------------------------------------------------#
3# Current revisions:
4# -----------------
5# Initial revision
6#
7# Former revisions:
8# -----------------
9# $Id: mrungui.pro 793 2011-12-12 15:15:24Z maronga $
10#
11# Description:
12# ------------
13# Project file for mrungui (qmake instructions)
14#------------------------------------------------------------------------------#
15
16QT       += core gui
17
18TARGET = mrungui.x
19DESTDIR = ../../SCRIPTS/
20TEMPLATE = app
21
22SOURCES += main.cpp\
23        mainwindow.cpp
24
25HEADERS  += mainwindow.h
26
27FORMS    += mainwindow.ui \
28    help.ui \
29    about.ui
Note: See TracBrowser for help on using the repository browser.