summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-05 14:02:45 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-05 14:02:45 +0200
commit288d3884969624037bd201ef78540c06643807e8 (patch)
tree16e811993529b13f72cafada846b2d59ad2b1a8b /src/gui/gui.pro
parent326bd84c8429f11e12850ee3aa4693ab1848233d (diff)
special directory for stuff we want to move from widgets to gui
Create a special to_be_moved directory, that will contain files that are to be moved from QtWidgets to QtGui. This will allow us to do a first split of the libraries rather fast and we can then start pulling in these classes one by one.
Diffstat (limited to 'src/gui/gui.pro')
-rw-r--r--src/gui/gui.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index 488378b0c6..c146a9b472 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -33,6 +33,9 @@ include(text/text.pri)
include(painting/painting.pri)
include(guiutil/guiutil.pri)
+# to be moved into QtGui
+include(to_be_moved/to_be_moved.pri)
+
#modules
include(animation/animation.pri)
include(kernel/kernel.pri)