You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
TEMPLATE = lib
|
|
TARGET = qnp
|
|
|
|
CONFIG -= dll
|
|
CONFIG += qt x11 release staticlib
|
|
DESTDIR = ../../../lib
|
|
VERSION = 0.4
|
|
|
|
SOURCES = qnp.cpp
|
|
unix:HEADERS += ntqnp.h
|
|
win32:HEADERS = ../../../include/ntqnp.h
|
|
win32:LIBS += -lqtmain
|
|
MOC_DIR = .
|
|
DESTINCDIR = ../../../include
|