diff options
Diffstat (limited to 'tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro')
| -rw-r--r-- | tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro b/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro new file mode 100644 index 0000000..6f05b54 --- /dev/null +++ b/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +TARGET = grapher +win32:TARGET = npgrapher + +CONFIG += qt dll release +LIBS += -lqnp +unix:LIBS += -lXt + +HEADERS = +SOURCES = grapher.cpp +DEF_FILE = grapher.def +RC_FILE = grapher.rc |
