Browse Subversion Repository
Annotation of /trunk/StandProject.pro
Parent Directory
| Revision Log
Revision 1 -
( hide annotations)
( download)
Thu Oct 4 16:56:19 2012 UTC
(11 years, 6 months ago)
by haruneko24
File size: 357 byte(s)
ひとまずレポジトリ作成.
現在作成済みのコードを管理のためアップロード.
| 1 |
haruneko24 |
1 |
TEMPLATE = subdirs |
| 2 |
|
|
|
| 3 |
|
|
SUBDIRS = StandCore.pro |
| 4 |
|
|
|
| 5 |
|
|
CONFIG += ordered |
| 6 |
|
|
|
| 7 |
|
|
SUBDIRS += \ |
| 8 |
|
|
StandTest.pro \ |
| 9 |
|
|
StandEditor.pro |
| 10 |
|
|
|
| 11 |
|
|
include(dependency.pri) |
| 12 |
|
|
|
| 13 |
|
|
StandEditor.depends = StandCore |
| 14 |
|
|
StandTest.depends = StandCore |
| 15 |
|
|
|
| 16 |
|
|
StandEditor.depends = stand$$(LIB_SUFFIX).lib |
| 17 |
|
|
StandTest.depends = stand$$(LIB_SUFFIX).lib |
| 18 |
|
|
|
| 19 |
|
|
QMAKE_CLEAN += stand$$(LIB_SUFFIX).lib |
| 20 |
|
|
|
|