diff options
author | Timothy Pearson <[email protected]> | 2012-03-20 23:30:07 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-20 23:30:07 -0500 |
commit | bbeb99fb4c56499871efeddc60b7e1ac42bd154c (patch) | |
tree | 31b9021ccc1369419d23fc373d98ced1804d5fad /plugin/plugin.pro | |
parent | d4b531e2cc10395c129fd16ee72a7ff6d958dfb5 (diff) | |
download | qt4-tqt-theme-engine-bbeb99fb4c56499871efeddc60b7e1ac42bd154c.tar.gz qt4-tqt-theme-engine-bbeb99fb4c56499871efeddc60b7e1ac42bd154c.zip |
Add support for native TDE file dialogs
Add style hints
Add standard pixmaps
Fix a slew of other problems
Diffstat (limited to 'plugin/plugin.pro')
-rw-r--r-- | plugin/plugin.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/plugin.pro b/plugin/plugin.pro index 600f729..08756ea 100644 --- a/plugin/plugin.pro +++ b/plugin/plugin.pro @@ -12,7 +12,7 @@ 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 +LIBS += -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -ltdeui -lkio #! [0] DESTDIR = ../styles/ |