2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = renderarea.h \
|
|
|
|
window.h
|
|
|
|
SOURCES = main.cpp \
|
|
|
|
renderarea.cpp \
|
|
|
|
window.cpp
|
2011-10-18 07:54:31 +00:00
|
|
|
unix:!mac:!vxworks:!integrity:LIBS += -lm
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/painterpaths
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painterpaths.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/painterpaths
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|
2011-04-27 17:16:41 +00:00
|
|
|
|