Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/StandEditor.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 85 - (show annotations) (download)
Wed Dec 5 17:09:24 2012 UTC (11 years, 4 months ago) by haruneko24
File size: 371 byte(s)


1 QT += core gui xml multimedia
2
3 TARGET = StandEditor
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 main.cpp
17
18 HEADERS +=
19
20 FORMS +=
21
22 RESOURCES += \
23 gui/EditorWindow.qrc

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26