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