source: trunk/examples/script/qsdbg/qsdbg.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 372 bytes
Line 
1TEMPLATE = app
2TARGET =
3DEPENDPATH += .
4INCLUDEPATH += .
5QT += script
6win32: CONFIG += console
7mac: CONFIG -= app_bundle
8
9SOURCES += main.cpp
10
11include(qsdbg.pri)
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/script/qsdbg
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qsdbg.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/script/qsdbg
17INSTALLS += target sources
18
19
Note: See TracBrowser for help on using the repository browser.