Build fix when building libGLESv2 on Windows with MSVC 2010
[profile/ivi/qtbase.git] / examples / widgets / tools / plugandpaint / plugandpaint.pro
1 #! [0]
2 HEADERS        = interfaces.h \
3                  mainwindow.h \
4                  paintarea.h \
5                  plugindialog.h
6 SOURCES        = main.cpp \
7                  mainwindow.cpp \
8                  paintarea.cpp \
9                  plugindialog.cpp
10
11 LIBS           = -L$${QT_BUILD_TREE}/examples/widgets/tools/plugandpaint/plugins -lpnp_basictools
12
13 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
14    mac:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)_debug
15    win32:LIBS = $$member(LIBS, 0) $$member(LIBS, 1)d
16 }
17 #! [0]
18
19 # install
20 target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
21 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaint.pro
22 sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
23 INSTALLS += target sources
24
25 QT += widgets