blob: 6f05b54534db01305a8f59c73959015951049850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|