b417d0254a
are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double. help and okay steven@
21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
$OpenBSD: patch-examples_examples_pri,v 1.1.1.1 2007/09/14 01:19:24 merdely Exp $
|
|
--- examples/examples.pri.orig Tue Sep 11 21:11:54 2007
|
|
+++ examples/examples.pri Tue Sep 11 21:13:42 2007
|
|
@@ -7,14 +7,12 @@
|
|
# modify it under the terms of the Qwt License, Version 1.0
|
|
###################################################################
|
|
|
|
-include( ../../qwtconfig.pri )
|
|
-
|
|
TEMPLATE = app
|
|
|
|
MOC_DIR = moc
|
|
OBJECTS_DIR = obj
|
|
-INCLUDEPATH += ../../src
|
|
-DEPENDPATH += ../../src
|
|
+INCLUDEPATH += !!PREFIX!!/include
|
|
+DEPENDPATH += !!PREFIX!!/lib
|
|
|
|
unix:LIBS += -L../../lib -lqwt
|
|
|