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.
qt4-tqt-theme-engine/lib/lib.pro

18 lines
531 B

#! [0]
TEMPLATE = lib
HEADERS = tdeqt4painter.h tdeqt4converter.h
SOURCES = tdeqt4painter.cpp tdeqt4converter.cpp
TARGET = tdeqt4interface
CONFIG += debug
INCLUDEPATH += /usr/include/tqt3
INCLUDEPATH += /usr/include/tqt3/private
INCLUDEPATH += /usr/include/tqt
INCLUDEPATH += /opt/trinity/include
LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio
# install
target.path = $$[QT_INSTALL_LIBS]
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS
INSTALLS += target sources