diff options
Diffstat (limited to 'examples/painting/painterpaths')
-rw-r--r-- | examples/painting/painterpaths/painterpaths.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro index 6c9ba95..fbf2ba9 100644 --- a/examples/painting/painterpaths/painterpaths.pro +++ b/examples/painting/painterpaths/painterpaths.pro @@ -3,7 +3,7 @@ HEADERS = renderarea.h \ SOURCES = main.cpp \ renderarea.cpp \ window.cpp -unix:!mac:!symbian:LIBS += -lm +unix:!mac:!symbian:!vxworks:LIBS += -lm # install target.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths @@ -13,4 +13,4 @@ INSTALLS += target sources include($$QT_SOURCE_TREE/examples/examplebase.pri) -symbian:TARGET.UID3 = 0xA000A64C
\ No newline at end of file +symbian:TARGET.UID3 = 0xA000A64C |