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/plugin/plugin.pro

22 lines
658 B

12 years ago
#! [0]
TEMPLATE = lib
# CONFIG += plugin
CONFIG += plugin debug
12 years ago
HEADERS = simplestyle.h \
simplestyleplugin.h
12 years ago
SOURCES = simplestyle.cpp \
simplestyleplugin.cpp
12 years ago
TARGET = simplestyleplugin
INCLUDEPATH += /usr/include/tqt3
INCLUDEPATH += /usr/include/tqt3/private
12 years ago
INCLUDEPATH += /usr/include/tqt
INCLUDEPATH += /opt/trinity/include
INCLUDEPATH += ../lib
LIBS += -L/usr/lib -ltqt -ltqt-mt -L/opt/trinity/lib -lDCOP -ltdecore -ltdeui -ltdeio -L../lib -ltdeqt4interface
12 years ago
# install
target.path = $$[QT_INSTALL_PLUGINS]/styles
12 years ago
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
INSTALLS += target