Menu

Tree [r32] /
 History

HTTPS access


File Date Author Commit
 bin 2007-06-16 dsbhayangkara [r1] initial import. pre-alpha stage
 build 2007-06-23 dsbhayangkara [r15] clean-up QamIDEN.pro
 db 2011-10-07 dsbhayangkara [r31] add database folder to svn
 debug 2007-06-16 dsbhayangkara [r1] initial import. pre-alpha stage
 release 2007-06-23 dsbhayangkara [r15] clean-up QamIDEN.pro
 resources 2011-12-08 dsbhayangkara [r32] v1.0.2
 src 2011-12-08 dsbhayangkara [r32] v1.0.2
 ui 2011-12-08 dsbhayangkara [r32] v1.0.2
 COPYING 2007-06-16 dsbhayangkara [r1] initial import. pre-alpha stage
 Makefile 2011-03-18 dsbhayangkara [r29]
 Makefile.Debug 2011-03-18 dsbhayangkara [r29]
 Makefile.Release 2011-03-18 dsbhayangkara [r29]
 QamIDEN.pro 2011-12-08 dsbhayangkara [r32] v1.0.2
 QamIDEN.rc 2007-06-24 dsbhayangkara [r17] add window icon
 README 2011-10-07 dsbhayangkara [r30]
 TODO 2011-10-07 dsbhayangkara [r30]
 qamiden.desktop 2007-08-06 dsbhayangkara [r24] translation update
 qdevelop-settings.db 2008-06-20 dsbhayangkara [r28] added modify ui, cpp, and h

Read Me

The present version 1.0.1 was compiled with Qt Creator, Qt SDK v4.7.4
Win32 requires the following DLLs:
	QtCore4.dll
	QtGui4.dll
	QtSql4.dll
	plugins\sqldrivers\qsqlite4.dll

--------------------

The following manual build instructions worked with version 1.0:

To compile you need:
====================
* Linux:
  - Qt v4.30
  - gcc
  - gcc-c++

* Win32:
  - Qt 4.30
  - MinGW32

* Mac OS X:
  - Qt v4.30 or higher (required for compile *and* operation)
  - gcc
  - gcc-c++ (Note: installing Xcode installs both gcc's)


Compile steps:
==============
qmake (Linux)
qmake -spec macx-g++ (OS X)
OSX: Manually remove all instances of "-arch ppc " in Makefile (may be a linefeed "0Ax" between "-arch" and "ppc")
make (Linux|OSX)
mingw32-make (Win32)
OSX: Resultant qamiden.app will be in the bin subdirectory
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.