Firebird Control Center Code
Status: Beta
Brought to you by:
viglu
File | Date | Author | Commit |
---|---|---|---|
objects | 2006-08-07 | viglu | [r13] Added 2 directories for the new structure |
release | 2006-08-07 | viglu | [r13] Added 2 directories for the new structure |
scripts | 2006-10-21 | viglu | [r45] Links in about dialog opens default desktop bro... |
src | 2007-07-24 | viglu | [r46] Compiling agains under Linux |
README | 2006-08-21 | viglu | [r27] Prepare to include scripts for deb an rpm |
fbcontrolcenter.pro | 2006-10-21 | viglu | [r44] Add About Dialog |
COMPILING UNDER LINUX if you have taken the source from svn you can skip step 1 and 2 1. qmake -project "unix:LIBS+=-lfbclient -lcrypt -lm -ldl" "win32:DEFINES+=IBPP_WINDOWS" "unix:DEFINES+=IBPP_LINUX" "OBJECTS_DIR=./objects" "DESTDIR=./release" "MOC_DIR=.src/moc" 2. qmake 3. make