You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/extensions/nsplugin/src/qnp.pro

15 lines
273 B

TEMPLATE = lib
TARGET = qnp
CONFIG -= dll
CONFIG += qt x11 release staticlib
DESTDIR = ../../../lib
VERSION = 0.4
SOURCES = qnp.cpp
unix:HEADERS += qnp.h
win32:HEADERS = ../../../include/qnp.h
win32:LIBS += -lqtmain
MOC_DIR = .
DESTINCDIR = ../../../include