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