summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4projectmanager.pro
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2011-05-04 13:14:46 +0200
committerdt <qtc-committer@nokia.com>2011-05-12 12:23:06 +0200
commit8e171e0be0239c18843fc65784cb91120b252c8f (patch)
tree06900feae14b15b3897fff193cf36dbd44bad8b3 /src/plugins/qt4projectmanager/qt4projectmanager.pro
parent9ef4ea40f27befa4b5b553c3dfa94d979a34748c (diff)
downloadqt-creator-8e171e0be0239c18843fc65784cb91120b252c8f.tar.gz
Qt Version refactoring
Split up target specific code into subclasses. Also change Qt4BuildConfiguration to allow a null qtversion. Remove code that relied on always having a qt version. Also make it possible to remove all qt versions. Completly change the qt in path autodetection to be only a fall back if no configuration was found. Note: For now the old settings are not removed, as such 2.2 and master can coexist. Reviewed-By: hunger
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4projectmanager.pro')
-rw-r--r--src/plugins/qt4projectmanager/qt4projectmanager.pro13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/qt4projectmanager.pro b/src/plugins/qt4projectmanager/qt4projectmanager.pro
index 1609a3509c..436f4500e1 100644
--- a/src/plugins/qt4projectmanager/qt4projectmanager.pro
+++ b/src/plugins/qt4projectmanager/qt4projectmanager.pro
@@ -74,7 +74,12 @@ HEADERS += \
debugginghelperbuildtask.h \
qt4targetsetupwidget.h \
qt4basetargetfactory.h \
- buildconfigurationinfo.h
+ buildconfigurationinfo.h \
+ qtversionfactory.h \
+ winceqtversionfactory.h \
+ baseqtversion.h \
+ winceqtversion.h
+
SOURCES += qt4projectmanagerplugin.cpp \
qtparser.cpp \
qt4projectmanager.cpp \
@@ -139,7 +144,11 @@ SOURCES += qt4projectmanagerplugin.cpp \
qmldebugginglibrary.cpp \
profilecompletion.cpp \
profilekeywords.cpp \
- debugginghelperbuildtask.cpp
+ debugginghelperbuildtask.cpp \
+ qtversionfactory.cpp \
+ winceqtversionfactory.cpp \
+ baseqtversion.cpp \
+ winceqtversion.cpp
FORMS += makestep.ui \
qmakestep.ui \
qt4projectconfigwidget.ui \