shadow-build-safe and less hacky use of qaxselect.ui

don't try to re-use the ui_*.h file. running uic takes a few millisecs.
that's not worth creating a fragile mess.

Change-Id: I785a44738b55f9a1bde27edf48f624ea121358e0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-04-26 17:14:12 +02:00 committed by Qt by Nokia
parent 5b0abd55ce
commit 8884d771df
1 changed files with 1 additions and 6 deletions

View File

@ -3,14 +3,9 @@ TEMPLATE = app
CONFIG += qaxserver qaxserver_no_postlink qaxcontainer
QT += widgets printsupport
# ui_qaxselect.h
INCLUDEPATH += $$QT.activeqt.sources/../../tools/container/debug \
$$QT.activeqt.sources/../../tools/container/release \
$$QT.activeqt.sources/container \
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
FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui $$QT.activeqt.sources/container/qaxselect.ui
RC_FILE = testcon.rc
win32-borland {