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

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

last commit documented

  • Property svn:keywords set to Id
File size: 609 bytes
RevLine 
[793]1#!/bin/ksh
2#------------------------------------------------------------------------------#
3# Current revisions:
4# -----------------
[794]5#
[793]6# Former revisions:
7# -----------------
8# $Id: mrungui.pro 794 2011-12-12 15:19:22Z maronga $
9#
[794]10# 793 2011-12-12 15:15:24Z maronga
11# Initial revision
12#
[793]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.