summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-11-01 16:06:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-05 08:55:56 +0100
commit964a0068ee076f2a766f57aa86a2e7f804c99283 (patch)
treecbaf3cacfe6831bcf23086e64a306e66ebf48fbc
parent69f96c1aabf6a50a1467e493c852dada0d692392 (diff)
Remove qaxselect.ui from FORMS of testcon tool
Recent change to QAxSelect means there is no longer need to add qaxselect.ui to FORMS variable in an application project. Change-Id: I62e8be04b5fa223793ffce421a77c125076231f5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r--tools/testcon/testcon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/testcon.pro b/tools/testcon/testcon.pro
index a6afddf..59922c3 100644
--- a/tools/testcon/testcon.pro
+++ b/tools/testcon/testcon.pro
@@ -5,7 +5,7 @@ QT += widgets printsupport
SOURCES = main.cpp docuwindow.cpp mainwindow.cpp invokemethod.cpp changeproperties.cpp ambientproperties.cpp controlinfo.cpp
HEADERS = docuwindow.h mainwindow.h invokemethod.h changeproperties.h ambientproperties.h controlinfo.h
-FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui $$QT.activeqt.sources/container/qaxselect.ui
+FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui
RC_FILE = testcon.rc
!win32-g++*:QMAKE_POST_LINK = midl $$QT.activeqt.sources/../../tools/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)