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