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