VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
- INSTALLBASE = /usr/local/qwt-5.1.2
- INSTALLBASE = C:/Qwt-5.1.2
target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
+headers.path = $$INSTALLBASE/include/qwt
+doc.path = $$INSTALLBASE/share/qwt/doc
######################################################################
# have to differ to avoid, that they overwrite each other.
######################################################################
-VVERSION = $$[QT_VERSION]
- CONFIG += release # release/debug
- # On Windows you can't mix release and debug libraries.
- # The designer is built in release mode. If you like to use it
- # you need a release version. For your own application development you
- # might need a debug version.
- # Enable debug_and_release + build_all if you want to build both.
- CONFIG += release # release/debug/debug_and_release
- #CONFIG += debug_and_release
- CONFIG += release # release/debug
+CONFIG += @ARCHES@ release
######################################################################
# If you want to have different names for the debug and release
# versions you can add a suffix rule below.
######################################################################
# Otherwise you have to build them from the examples directory.