From b0771d893865ca249bbf191636fad593901cce03 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:20:57 +0200 Subject: moving more files around --- libsowatch/libsowatch.pro | 22 +- libsowatch/qtc_packaging/debian_harmattan/README | 6 - .../qtc_packaging/debian_harmattan/changelog | 5 - libsowatch/qtc_packaging/debian_harmattan/compat | 1 - libsowatch/qtc_packaging/debian_harmattan/control | 14 - .../qtc_packaging/debian_harmattan/copyright | 40 -- .../qtc_packaging/debian_harmattan/manifest.aegis | 0 libsowatch/qtc_packaging/debian_harmattan/rules | 91 ---- libsowatch/watchmanager.cpp | 8 - libsowatch/watchmanager.h | 23 - qtc_packaging/debian_harmattan/README | 6 + qtc_packaging/debian_harmattan/changelog | 5 + qtc_packaging/debian_harmattan/compat | 1 + qtc_packaging/debian_harmattan/control | 14 + qtc_packaging/debian_harmattan/copyright | 40 ++ qtc_packaging/debian_harmattan/rules | 91 ++++ sowatch.pro | 14 + sowatch.pro.user | 523 ++++++++++++++++++++ sowsim/main.cpp | 8 + sowsim/sowsim.pro | 26 + sowsim/sowsim.pro.user | 550 +++++++++++++++++++++ 21 files changed, 1280 insertions(+), 208 deletions(-) delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/README delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/changelog delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/compat delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/control delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/copyright delete mode 100644 libsowatch/qtc_packaging/debian_harmattan/manifest.aegis delete mode 100755 libsowatch/qtc_packaging/debian_harmattan/rules delete mode 100644 libsowatch/watchmanager.cpp delete mode 100644 libsowatch/watchmanager.h create mode 100644 qtc_packaging/debian_harmattan/README create mode 100644 qtc_packaging/debian_harmattan/changelog create mode 100644 qtc_packaging/debian_harmattan/compat create mode 100644 qtc_packaging/debian_harmattan/control create mode 100644 qtc_packaging/debian_harmattan/copyright create mode 100755 qtc_packaging/debian_harmattan/rules create mode 100644 sowatch.pro create mode 100644 sowatch.pro.user create mode 100644 sowsim/main.cpp create mode 100644 sowsim/sowsim.pro create mode 100644 sowsim/sowsim.pro.user diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index 703845c..b2ff054 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -17,16 +17,10 @@ SOURCES += \ watchsimulator.cpp \ watchserver.cpp \ watchpaintengine.cpp \ - watchmanager.cpp \ watchlet.cpp \ watch.cpp \ testwatchlet.cpp \ testdeclarativewatchlet.cpp \ - metawatchsimulatorform.cpp \ - metawatchsimulator.cpp \ - metawatchpaintengine.cpp \ - metawatch.cpp \ - main.cpp \ graphicswatchlet.cpp \ declarativewatchwrapper.cpp \ declarativewatchlet.cpp @@ -35,16 +29,11 @@ HEADERS +=\ watchsimulator.h \ watchserver.h \ watchpaintengine.h \ - watchmanager.h \ watchlet.h \ watch.h \ testwatchlet.h \ testdeclarativewatchlet.h \ sowatch.h \ - metawatchsimulatorform.h \ - metawatchsimulator.h \ - metawatchpaintengine.h \ - metawatch.h \ graphicswatchlet.h \ declarativewatchwrapper.h \ declarativewatchlet.h \ @@ -53,14 +42,6 @@ HEADERS +=\ FORMS += \ metawatchsimulatorform.ui -OTHER_FILES += \ - qtc_packaging/debian_harmattan/rules \ - qtc_packaging/debian_harmattan/README \ - qtc_packaging/debian_harmattan/copyright \ - qtc_packaging/debian_harmattan/control \ - qtc_packaging/debian_harmattan/compat \ - qtc_packaging/debian_harmattan/changelog - install_headers.files =\ watchsimulator.h \ watchserver.h \ @@ -76,7 +57,6 @@ install_headers.files =\ declarativewatchlet.h \ sowatch_global.h - symbian { MMP_RULES += EXPORTUNFROZEN TARGET.UID3 = 0xE6B95AFF @@ -98,3 +78,5 @@ unix:!symbian { } + + diff --git a/libsowatch/qtc_packaging/debian_harmattan/README b/libsowatch/qtc_packaging/debian_harmattan/README deleted file mode 100644 index e9d95a7..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package libsowatch ----------------------------- - -Comments regarding the Package - - -- Javier Fri, 16 Sep 2011 23:45:08 +0200 diff --git a/libsowatch/qtc_packaging/debian_harmattan/changelog b/libsowatch/qtc_packaging/debian_harmattan/changelog deleted file mode 100644 index a893c9c..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/changelog +++ /dev/null @@ -1,5 +0,0 @@ -libsowatch (0.0.1) unstable; urgency=low - - * Initial Release. - - -- Javier Fri, 16 Sep 2011 23:45:08 +0200 diff --git a/libsowatch/qtc_packaging/debian_harmattan/compat b/libsowatch/qtc_packaging/debian_harmattan/compat deleted file mode 100644 index 7f8f011..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/libsowatch/qtc_packaging/debian_harmattan/control b/libsowatch/qtc_packaging/debian_harmattan/control deleted file mode 100644 index 0319078..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: libsowatch -Section: user/other -Priority: optional -Maintainer: Javier -Build-Depends: debhelper (>= 5), libqt4-dev -Standards-Version: 3.7.3 -Homepage: - -Package: libsowatch -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: - -XSBC-Maemo-Display-Name: libsowatch diff --git a/libsowatch/qtc_packaging/debian_harmattan/copyright b/libsowatch/qtc_packaging/debian_harmattan/copyright deleted file mode 100644 index 33b2cc7..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by Javier on -Fri, 16 Sep 2011 23:45:08 +0200. - -It was downloaded from - -Upstream Author(s): - - - - -Copyright: - - - - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is (C) 2011, Javier and -is licensed under the GPL, see above. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/libsowatch/qtc_packaging/debian_harmattan/manifest.aegis b/libsowatch/qtc_packaging/debian_harmattan/manifest.aegis deleted file mode 100644 index e69de29..0000000 diff --git a/libsowatch/qtc_packaging/debian_harmattan/rules b/libsowatch/qtc_packaging/debian_harmattan/rules deleted file mode 100755 index f87e675..0000000 --- a/libsowatch/qtc_packaging/debian_harmattan/rules +++ /dev/null @@ -1,91 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - - - - -configure: configure-stamp -configure-stamp: - dh_testdir - # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator - - touch configure-stamp - - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - # $(MAKE) # Uncomment this line for use without Qt Creator - #docbook-to-man debian/libsowatch.sgml > libsowatch.1 - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - $(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/libsowatch. - $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/libsowatch install - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - # dh_shlibdeps # Uncomment this line for use without Qt Creator - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/libsowatch/watchmanager.cpp b/libsowatch/watchmanager.cpp deleted file mode 100644 index b511a31..0000000 --- a/libsowatch/watchmanager.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "watchmanager.h" - -using namespace sowatch; - -WatchManager::WatchManager(QObject *parent) : - QObject(parent) -{ -} diff --git a/libsowatch/watchmanager.h b/libsowatch/watchmanager.h deleted file mode 100644 index 6d945ff..0000000 --- a/libsowatch/watchmanager.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef WATCHMANAGER_H -#define WATCHMANAGER_H - -#include - -namespace sowatch -{ - -class WatchManager : public QObject -{ - Q_OBJECT -public: - explicit WatchManager(QObject *parent = 0); - -signals: - -public slots: - -}; - -} - -#endif // WATCHMANAGER_H diff --git a/qtc_packaging/debian_harmattan/README b/qtc_packaging/debian_harmattan/README new file mode 100644 index 0000000..e36e727 --- /dev/null +++ b/qtc_packaging/debian_harmattan/README @@ -0,0 +1,6 @@ +The Debian Package sowatch +---------------------------- + +Comments regarding the Package + + -- Javier Sat, 17 Sep 2011 03:05:17 +0200 diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog new file mode 100644 index 0000000..e199d64 --- /dev/null +++ b/qtc_packaging/debian_harmattan/changelog @@ -0,0 +1,5 @@ +sowatch (0.0.1) unstable; urgency=low + + * Initial Release. + + -- Javier Sat, 17 Sep 2011 03:05:17 +0200 diff --git a/qtc_packaging/debian_harmattan/compat b/qtc_packaging/debian_harmattan/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/qtc_packaging/debian_harmattan/compat @@ -0,0 +1 @@ +7 diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control new file mode 100644 index 0000000..b43216c --- /dev/null +++ b/qtc_packaging/debian_harmattan/control @@ -0,0 +1,14 @@ +Source: sowatch +Section: user/other +Priority: optional +Maintainer: Javier +Build-Depends: debhelper (>= 5), libqt4-dev +Standards-Version: 3.7.3 +Homepage: + +Package: sowatch +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + +XSBC-Maemo-Display-Name: sowatch diff --git a/qtc_packaging/debian_harmattan/copyright b/qtc_packaging/debian_harmattan/copyright new file mode 100644 index 0000000..dc0a795 --- /dev/null +++ b/qtc_packaging/debian_harmattan/copyright @@ -0,0 +1,40 @@ +This package was debianized by Javier on +Sat, 17 Sep 2011 03:05:17 +0200. + +It was downloaded from + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2011, Javier and +is licensed under the GPL, see above. + + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules new file mode 100755 index 0000000..da02eb9 --- /dev/null +++ b/qtc_packaging/debian_harmattan/rules @@ -0,0 +1,91 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + # $(MAKE) # Uncomment this line for use without Qt Creator + #docbook-to-man debian/sowatch.sgml > sowatch.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/sowatch. + $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/sowatch install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + # dh_shlibdeps # Uncomment this line for use without Qt Creator + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/sowatch.pro b/sowatch.pro new file mode 100644 index 0000000..4082874 --- /dev/null +++ b/sowatch.pro @@ -0,0 +1,14 @@ +TEMPLATE = subdirs +SUBDIRS = libsowatch sowsim + +OTHER_FILES += \ + qtc_packaging/debian_harmattan/rules \ + qtc_packaging/debian_harmattan/README \ + qtc_packaging/debian_harmattan/copyright \ + qtc_packaging/debian_harmattan/control \ + qtc_packaging/debian_harmattan/compat \ + qtc_packaging/debian_harmattan/changelog + + + + diff --git a/sowatch.pro.user b/sowatch.pro.user new file mode 100644 index 0000000..78d72ed --- /dev/null +++ b/sowatch.pro.user @@ -0,0 +1,523 @@ + + + + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + + Cpp + + false + CppGlobal + true + false + true + false + false + false + true + true + false + true + false + false + false + true + false + + + 1 + System + Global + 4 + true + 1 + true + false + true + + Cpp + + true + false + CppGlobal + 4 + 1 + false + true + 0 + 8 + + + + QmlJS + + true + false + QmlJSGlobal + 4 + 1 + false + true + 0 + 8 + + + 2 + 0 + 8 + true + 2 + true + true + true + false + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Qt4ProjectManager.Target.DesktopTarget + 0 + 0 + 0 + + ProjectExplorer.ToolChain.Gcc:/usr/bin/g++.x86-linux-generic-elf-64bit.gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Desktop Qt 4.7.4 for GCC (Qt SDK) Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + /mnt/Fuentes/Javier/Maemo/qt/sowatch-build-desktop-release + 13 + true + + + ProjectExplorer.ToolChain.Gcc:/usr/bin/g++.x86-linux-generic-elf-64bit.gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Desktop Qt 4.7.4 for GCC (Qt SDK) Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + /mnt/Fuentes/Javier/Maemo/qt/sowatch-build-desktop-debug + 13 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + No deployment + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + + + false + false + false + false + false + false + false + false + true + true + 0.01 + 0.01 + 10 + 10 + true + true + 25 + 25 + + + true + true + valgrind + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + sowsim + + Qt4ProjectManager.Qt4RunConfiguration + 2 + + sowsim/sowsim.pro + false + true + + + 3768 + true + false + false + + 1 + + + + ProjectExplorer.Project.Target.1 + + Harmattan + Harmattan + Qt4ProjectManager.Target.HarmattanDeviceTarget + 0 + 0 + 0 + + Qt4ProjectManager.ToolChain.Maemo:/home/javier/opt/QtSDK/Madde/targets/harmattan-nokia-meego-api/bin/gcc.arm-linux-generic-elf-32bit./home/javier/opt/QtSDK/pythongdb/gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + MeeGo 1.2 Harmattan API (Qt SDK) Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + /mnt/Fuentes/Javier/Maemo/qt/sowatch-build-harmattan-release + 10 + true + + + Qt4ProjectManager.ToolChain.Maemo:/home/javier/opt/QtSDK/Madde/targets/harmattan-nokia-meego-api/bin/gcc.arm-linux-generic-elf-32bit./home/javier/opt/QtSDK/pythongdb/gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + MeeGo 1.2 Harmattan API (Qt SDK) Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + /mnt/Fuentes/Javier/Maemo/qt/sowatch-build-harmattan-debug + 10 + true + + 2 + + + + Create Debian Package + + MaemoDebianPackageCreationStep + + + + Install Debian package to sysroot + MaemoInstallDebianPackageToSysrootStep + + + Deploy Debian package via SFTP upload + + MaemoUploadAndInstallDpkgPackageStep + + + + + + 3 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Build Debian Package and Install to Harmattan Device + + DeployToHarmattan + 0 + + 1 + + true + true + + + false + false + false + false + false + false + false + false + true + true + 0.01 + 0.01 + 10 + 10 + true + true + 25 + 25 + + + true + true + valgrind + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + sowsim (remote) + + Qt4ProjectManager.MaemoRunConfiguration + + 1 + + sowsim/sowsim.pro + + + 3768 + true + false + false + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.EnvironmentId + {4e827e92-6882-4bad-8513-da5dad54ff3f} + + + ProjectExplorer.Project.Updater.FileVersion + 10 + + diff --git a/sowsim/main.cpp b/sowsim/main.cpp new file mode 100644 index 0000000..b09960a --- /dev/null +++ b/sowsim/main.cpp @@ -0,0 +1,8 @@ +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + + return a.exec(); +} diff --git a/sowsim/sowsim.pro b/sowsim/sowsim.pro new file mode 100644 index 0000000..bd8065e --- /dev/null +++ b/sowsim/sowsim.pro @@ -0,0 +1,26 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2011-09-16T23:52:50 +# +#------------------------------------------------- + +TEMPLATE = app + +TARGET = sowsim + +QT += core + +SOURCES += main.cpp + +unix:!symbian:!maemo5:isEmpty(MEEGO_VERSION_MAJOR) { + target.path = /opt/maemo/usr/bin + INSTALLS += target +} + +win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -llibsowatch +else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -llibsowatch +else:symbian: LIBS += -llibsowatch +else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -llibsowatch + +INCLUDEPATH += $$PWD/../libsowatch +DEPENDPATH += $$PWD/../libsowatch diff --git a/sowsim/sowsim.pro.user b/sowsim/sowsim.pro.user new file mode 100644 index 0000000..11de97a --- /dev/null +++ b/sowsim/sowsim.pro.user @@ -0,0 +1,550 @@ + + + + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + + Cpp + + false + CppGlobal + true + false + true + false + false + false + true + true + false + true + false + false + false + true + false + + + 1 + System + Global + 4 + true + 1 + true + false + true + + Cpp + + true + false + CppGlobal + 4 + 1 + false + true + 0 + 8 + + + + QmlJS + + true + false + QmlJSGlobal + 4 + 1 + false + true + 0 + 8 + + + 2 + 0 + 8 + true + 2 + true + true + true + false + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Qt4ProjectManager.Target.DesktopTarget + 0 + 1 + 0 + + ProjectExplorer.ToolChain.Gcc:/usr/bin/g++.x86-linux-generic-elf-64bit.gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Desktop Qt 4.7.4 for GCC (Qt SDK) Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + /home/javier/maemo/qt/sowsim-build-desktop-release + 13 + true + + + ProjectExplorer.ToolChain.Gcc:/usr/bin/g++.x86-linux-generic-elf-64bit.gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Desktop Qt 4.7.4 for GCC (Qt SDK) Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + /home/javier/maemo/qt/sowsim-build-desktop-debug + 13 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + No deployment + + ProjectExplorer.DefaultDeployConfiguration + + + + + Create tarball + + MaemoTarPackageCreationStep + + + Deploy tarball via SFTP upload + + MaemoUploadAndInstallTarPackageStep + + + + + + 2 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Build Tarball and Install to Linux Host + + DeployToGenericLinux + 0 + + 2 + + true + true + + + false + false + false + false + false + false + false + false + true + true + 0.01 + 0.01 + 10 + 10 + true + true + 25 + 25 + + + true + true + valgrind + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + sowsim + + Qt4ProjectManager.Qt4RunConfiguration + 2 + + sowsim.pro + false + true + + + 3768 + true + false + false + + 1 + + + + ProjectExplorer.Project.Target.1 + + Harmattan + Harmattan + Qt4ProjectManager.Target.HarmattanDeviceTarget + 0 + 0 + 0 + + Qt4ProjectManager.ToolChain.Maemo:/home/javier/opt/QtSDK/Madde/targets/harmattan-nokia-meego-api/bin/gcc.arm-linux-generic-elf-32bit./home/javier/opt/QtSDK/pythongdb/gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + MeeGo 1.2 Harmattan API (Qt SDK) Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + /home/javier/maemo/qt/sowsim-build-harmattan-release + 10 + true + + + Qt4ProjectManager.ToolChain.Maemo:/home/javier/opt/QtSDK/Madde/targets/harmattan-nokia-meego-api/bin/gcc.arm-linux-generic-elf-32bit./home/javier/opt/QtSDK/pythongdb/gdb + + + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + + + Make + + Qt4ProjectManager.MakeStep + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + Make + + Qt4ProjectManager.MakeStep + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + MeeGo 1.2 Harmattan API (Qt SDK) Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + /home/javier/maemo/qt/sowsim-build-harmattan-debug + 10 + true + + 2 + + + + Create Debian Package + + MaemoDebianPackageCreationStep + + + + Install Debian package to sysroot + MaemoInstallDebianPackageToSysrootStep + + + Deploy Debian package via SFTP upload + + MaemoUploadAndInstallDpkgPackageStep + + + + + + 3 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Build Debian Package and Install to Harmattan Device + + DeployToHarmattan + 0 + + 1 + + true + true + + + false + false + false + false + false + false + false + false + true + true + 0.01 + 0.01 + 10 + 10 + true + true + 25 + 25 + + + true + true + valgrind + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + sowsim (remote) + + Qt4ProjectManager.MaemoRunConfiguration + + 1 + + sowsim.pro + + + 3768 + true + false + false + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.EnvironmentId + {4e827e92-6882-4bad-8513-da5dad54ff3f} + + + ProjectExplorer.Project.Updater.FileVersion + 10 + + -- cgit v1.2.3