Browse Subversion Repository
Annotation of /trunk/StandUtility.pro
Parent Directory
| Revision Log
Revision 90 -
( hide annotations)
( download)
Thu Dec 20 18:39:21 2012 UTC
(11 years, 3 months ago)
by haruneko24
File size: 352 byte(s)
| 1 |
haruneko24 |
90 |
QT += core gui xml multimedia |
| 2 |
|
|
|
| 3 |
|
|
TARGET = StandUtility |
| 4 |
|
|
TEMPLATE = app |
| 5 |
|
|
|
| 6 |
|
|
include(dependency.pri) |
| 7 |
|
|
|
| 8 |
|
|
|
| 9 |
|
|
PRE_TARGETDEPS += $${LIB_DIR}/$${LIB_PREFIX}stand$${LIB_SUFFIX}.$${ANAME} |
| 10 |
|
|
|
| 11 |
|
|
LIBS += $${LIB_DIR}/$${LIB_PREFIX}stand$${LIB_SUFFIX}.$${ANAME} |
| 12 |
|
|
|
| 13 |
|
|
INCLUDEPATH += |
| 14 |
|
|
|
| 15 |
|
|
SOURCES += \ |
| 16 |
|
|
UtilityMain.cpp |
| 17 |
|
|
|
| 18 |
|
|
HEADERS += |
| 19 |
|
|
|
| 20 |
|
|
FORMS += |
| 21 |
|
|
|
| 22 |
|
|
RESOURCES += |
|