summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJens Bache-Wiig <jensb.bache-wiig@nokia.com>2011-09-21 20:26:54 +0200
committerJens Bache-Wiig <jensb.bache-wiig@nokia.com>2011-09-21 20:26:54 +0200
commit87892fce31ace521a2f229c09af56e4d41cb5174 (patch)
tree96a7f95e08663812b3df1e549807b4ecc402683d /src/src.pro
parentda8d91169282ed241e7e729ad8c6c472ebc59dc5 (diff)
downloadqtquickcontrols-87892fce31ace521a2f229c09af56e4d41cb5174.tar.gz
Refactor source tree a bit
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro65
1 files changed, 63 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index b06387a2..c2689d6f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,2 +1,63 @@
-TEMPLATE = subdirs
-SUBDIRS = styleitem
+TEMPLATE = lib
+CONFIG += qt plugin
+QT += declarative
+QT += script
+
+TARGET = styleplugin
+
+DESTDIR = ../components/plugin
+OBJECTS_DIR = obj
+MOC_DIR = moc
+
+HEADERS += qtmenu.h \
+ qtmenubar.h \
+ qrangemodel_p.h \
+ qrangemodel.h \
+ qstyleplugin.h \
+ qdeclarativefolderlistmodel.h \
+ qstyleitem.h \
+ qwheelarea.h \
+ qtmenuitem.h \
+ qwindowitem.h \
+ qdesktopitem.h \
+ qtoplevelwindow.h \
+ qcursorarea.h \
+ qtooltiparea.h
+
+SOURCES += qtmenu.cpp \
+ qtmenubar.cpp \
+ qrangemodel.cpp \
+ qstyleplugin.cpp \
+ qdeclarativefolderlistmodel.cpp \
+ qstyleitem.cpp \
+ qwheelarea.cpp \
+ qtmenuitem.cpp \
+ qwindowitem.cpp \
+ qdesktopitem.cpp \
+ qtoplevelwindow.cpp \
+ qcursorarea.cpp \
+ qtooltiparea.cpp
+
+TARGETPATH = QtDesktop/plugin
+
+symbian {
+ INSTALL_IMPORTS = /resource/qt/imports
+} else {
+ INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
+}
+
+target.path = $$INSTALL_IMPORTS/$$TARGETPATH
+
+INSTALLS += target
+
+symbian {
+ DEPLOYMENT += target
+}
+
+
+
+
+
+
+
+