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

Last change on this file since 1804 was 1804, checked in by maronga, 8 years ago

removed parameter file check. update of mrungui for compilation with qt5

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