Skip to content

Commit

Permalink
filepicker and placepicker projects added
Browse files Browse the repository at this point in the history
  • Loading branch information
johodgson committed Sep 21, 2012
1 parent 8834dd1 commit 2ad0c51
Show file tree
Hide file tree
Showing 34 changed files with 1,835 additions and 0 deletions.
210 changes: 210 additions & 0 deletions filepicker/.cproject

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions filepicker/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>filepicker</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
<dictionary>
<key>?name?</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<value>Device-Debug</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
<value>make</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
<value>clean</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<value>Device-Debug</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
<value>true</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.rim.tad.tools.qml.core.qmlFileBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.qnx.tools.bbt.xml.core.bbtXMLValidationBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.rim.tad.tools.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>com.qnx.tools.ide.bbt.core.bbtnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>com.rim.tad.tools.qml.core.qmlNature</nature>
</natures>
</projectDescription>
25 changes: 25 additions & 0 deletions filepicker/.settings/org.eclipse.cdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
eclipse.preferences.version=1
environment/project/com.qnx.qcc.toolChain.139210246/CPULIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.139210246/CPULIST/operation=append
environment/project/com.qnx.qcc.toolChain.139210246/CPULIST/value=x86
environment/project/com.qnx.qcc.toolChain.139210246/VARIANTLIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.139210246/VARIANTLIST/operation=append
environment/project/com.qnx.qcc.toolChain.139210246/VARIANTLIST/value=g
environment/project/com.qnx.qcc.toolChain.139210246/append=true
environment/project/com.qnx.qcc.toolChain.139210246/appendContributed=true
environment/project/com.qnx.qcc.toolChain.735933262/CPULIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.735933262/CPULIST/operation=append
environment/project/com.qnx.qcc.toolChain.735933262/CPULIST/value=arm
environment/project/com.qnx.qcc.toolChain.735933262/VARIANTLIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.735933262/VARIANTLIST/operation=append
environment/project/com.qnx.qcc.toolChain.735933262/VARIANTLIST/value=g
environment/project/com.qnx.qcc.toolChain.735933262/append=true
environment/project/com.qnx.qcc.toolChain.735933262/appendContributed=true
environment/project/com.qnx.qcc.toolChain.951592207/CPULIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.951592207/CPULIST/operation=append
environment/project/com.qnx.qcc.toolChain.951592207/CPULIST/value=arm
environment/project/com.qnx.qcc.toolChain.951592207/EXCLUDE_VARIANTLIST/delimiter=,
environment/project/com.qnx.qcc.toolChain.951592207/EXCLUDE_VARIANTLIST/operation=append
environment/project/com.qnx.qcc.toolChain.951592207/EXCLUDE_VARIANTLIST/value=r
environment/project/com.qnx.qcc.toolChain.951592207/append=true
environment/project/com.qnx.qcc.toolChain.951592207/appendContributed=true
35 changes: 35 additions & 0 deletions filepicker/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
QMAKE_TARGET = filepicker
QMAKE = $(QNX_HOST)/usr/bin/qmake
TARGET = $(QMAKE_TARGET)


all: Makefile $(QMAKE_TARGET)

clean:
$(MAKE) -C ./arm -f Makefile sureclean
$(MAKE) -C ./x86 -f Makefile sureclean


Makefile: FORCE
$(QMAKE) -spec unsupported/blackberry-armv7le-g++ -o arm/Makefile $(QMAKE_TARGET).pro CONFIG+=device
$(QMAKE) -spec unsupported/blackberry-x86-g++ -o x86/Makefile $(QMAKE_TARGET).pro CONFIG+=simulator
$(MAKE) -C ./translations -f Makefile update release

FORCE:

$(QMAKE_TARGET): device simulator

device:
$(MAKE) -C ./arm -f Makefile all

Device-Debug: Makefile
$(MAKE) -C ./arm -f Makefile debug

Device-Release: Makefile
$(MAKE) -C ./arm -f Makefile release

simulator:
$(MAKE) -C ./x86 -f Makefile all

Simulator-Debug: Makefile
$(MAKE) -C ./x86 -f Makefile debug
Empty file added filepicker/arm/.gitignore
Empty file.
Binary file added filepicker/assets/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2ad0c51

Please sign in to comment.