Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/StandEditor.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Thu Oct 4 16:56:19 2012 UTC (11 years, 6 months ago) by haruneko24
File size: 349 byte(s)
ひとまずレポジトリ作成.
現在作成済みのコードを管理のためアップロード.
1 haruneko24 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}/libstand$${LIB_SUFFIX}.$${ANAME}
10    
11     LIBS += $${LIB_DIR}/libstand$${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