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

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

last commit documented

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