Browse Subversion Repository
Contents of /trunk/StandProject.pro
Parent Directory
| Revision Log
Revision 90 -
( show annotations)
( download)
Thu Dec 20 18:39:21 2012 UTC
(11 years, 3 months ago)
by haruneko24
File size: 279 byte(s)
| 1 |
TEMPLATE = subdirs |
| 2 |
|
| 3 |
SUBDIRS = StandCore.pro |
| 4 |
|
| 5 |
CONFIG += ordered |
| 6 |
|
| 7 |
SUBDIRS += \ |
| 8 |
StandTest.pro \ |
| 9 |
StandEditor.pro \ |
| 10 |
StandUtility.pro |
| 11 |
|
| 12 |
include(dependency.pri) |
| 13 |
|
| 14 |
StandUtility.depends = StandCore |
| 15 |
StandEditor.depends = StandCore |
| 16 |
StandTest.depends = StandCore |
| 17 |
|
|