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.
experimental/tqtinterface/qt4/tools/assistant/lib/lib.pro

24 lines
479 B
Prolog

TEMPLATE = lib
TARGET = tqassistantclient
VERSION = 1.0
CONFIG += qt warn_on release
CONFIG += staticlib
CONFIG -= dll
SOURCES = tqassistantclient.cpp
HEADERS += $$QT_SOURCE_TREE/include/tqassistantclient.h
DEFINES += QT_INTERNAL_NETWORK
include( ../../../src/qt_professional.pri )
DESTDIR = ../../../lib
unix {
target.path=$$libs.path
TQMAKE_CFLAGS += $$TQMAKE_CFLAGS_SHLIB
TQMAKE_CXXFLAGS += $$TQMAKE_CXXFLAGS_SHLIB
INSTALLS += target
}