diff options
author | Timothy Pearson <[email protected]> | 2012-03-10 16:08:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-10 16:08:00 -0600 |
commit | 7506cadc8d243931a745a50ff4a83c89af95a19f (patch) | |
tree | b047ff3d0b26805adb8dfc7ec37ab7b267b5472e /plugin/plugin.pro | |
download | qt4-tqt-theme-engine-7506cadc8d243931a745a50ff4a83c89af95a19f.tar.gz qt4-tqt-theme-engine-7506cadc8d243931a745a50ff4a83c89af95a19f.zip |
Initial import
Diffstat (limited to 'plugin/plugin.pro')
-rw-r--r-- | plugin/plugin.pro | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin/plugin.pro b/plugin/plugin.pro new file mode 100644 index 0000000..26e8615 --- /dev/null +++ b/plugin/plugin.pro @@ -0,0 +1,28 @@ +#! [0] +TEMPLATE = lib +CONFIG += plugin +HEADERS = simplestyle.h \ + simplestyleplugin.h \ + tdeqt4painter.h +SOURCES = simplestyle.cpp \ + simplestyleplugin.cpp \ + tdeqt4painter.cpp +TARGET = simplestyleplugin + +INCLUDEPATH += /usr/include/tqt3 +INCLUDEPATH += /usr/include/tqt +INCLUDEPATH += /opt/trinity/include +LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore + +#! [0] +DESTDIR = ../styles/ + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/plugin +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + +symbian:TARGET.EPOCALLOWDLLDATA = 1 |