diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-16 14:54:05 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-17 16:12:07 +1000 |
commit | 0cdf33e9acb00b8f3654e8268253a3fb7c5db92c (patch) | |
tree | c069026ff6557c045d1f7c7ad9eaa7e3d34f1429 /tests/auto/auto.pro | |
parent | edb3480202b762860913e5a7b9f5eafe8bda5eff (diff) | |
download | qt4-tools-0cdf33e9acb00b8f3654e8268253a3fb7c5db92c.tar.gz |
Fixed compile of shm/sem tests with vcproj generator.
SUBDIRS+=../path/to/lackey from two different places means that qmake
sees the lackey project twice. This breaks the vcproj generator.
Make it so that lackey is only referred to once.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 022b19ad82..9961e25d7b 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -445,17 +445,16 @@ SUBDIRS += \ qplugin \ qpluginloader \ qscrollbar \ - qsharedmemory \ qsidebar \ qsizegrip \ qsqldriver \ - qsystemsemaphore \ qtconcurrentfilter \ qtconcurrentiteratekernel \ qtconcurrentmap \ qtconcurrentrun \ qtconcurrentthreadengine \ qthreadpool \ + qtipc \ qtokenautomaton \ qtouchevent \ qwidget_window \ |