You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
00c9c16ca7
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73404 d073be05-634f-4543-b044-5fe20cf6d1d6
35 lines
923 B
Diff
35 lines
923 B
Diff
--- qwtplot3d.pro.orig 2010-11-02 15:48:06.000000000 -0400
|
|
+++ qwtplot3d.pro 2010-11-02 15:50:49.000000000 -0400
|
|
@@ -3,7 +3,7 @@
|
|
|
|
TARGET = qwtplot3d
|
|
TEMPLATE = lib
|
|
-CONFIG += qt warn_on opengl thread zlib debug
|
|
+CONFIG += qt warn_on opengl thread zlib release @ARCHES@
|
|
MOC_DIR = tmp
|
|
OBJECTS_DIR = tmp
|
|
INCLUDEPATH = include
|
|
@@ -21,7 +21,7 @@
|
|
win32:CONFIG -= zlib
|
|
|
|
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
|
|
-unix:VERSION = 0.2.6
|
|
+unix:VERSION = 0.2.7
|
|
|
|
# Input
|
|
SOURCES += src/qwt3d_axis.cpp \
|
|
@@ -92,4 +92,11 @@
|
|
DEFINES += GL2PS_HAVE_ZLIB
|
|
win32:LIBS += zlib.lib
|
|
unix:LIBS += -lz
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|
|
+
|
|
+target.path = $$INSTALLBASE/lib
|
|
+headers.path = $$INSTALLBASE/include/qwtplot3d
|
|
+doc.path = $$INSTALLBASE/share/qwt/doc
|
|
+headers.files = $$HEADERS
|
|
+
|
|
+INSTALLS = target headers doc
|