source: trunk/examples/tools/plugandpaint/plugandpaint.pro@ 117

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

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

File size: 763 bytes
Line 
1#! [0]
2HEADERS = interfaces.h \
3 mainwindow.h \
4 paintarea.h \
5 plugindialog.h
6SOURCES = main.cpp \
7 mainwindow.cpp \
8 paintarea.cpp \
9 plugindialog.cpp
10LIBS = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
11
12if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
13 mac:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)_debug
14 win32:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)d
15}
16#! [0]
17
18# install
19target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
20sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaint.pro
21sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
22INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.