From 87892fce31ace521a2f229c09af56e4d41cb5174 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Wed, 21 Sep 2011 20:26:54 +0200 Subject: Refactor source tree a bit --- src/src.pro | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) (limited to 'src/src.pro') 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 +} + + + + + + + + -- cgit v1.2.1