hi, there
I searched internet for a simple tutorial on cmake+qt3+ui but can't
find any. I do have the cmake+qt4+ui work but the problem is that the
image thumbnail view in qt4(kde4) is extremely slow comparing to qt3.
So I have to do the program with cmake+qt3+ui. Can someone give me a
sample CMake
With some manual tweaks, I got the following cmake variable settings:
POSTGRES_INCLUDE_DIRECTORIES
/Library/PostgreSQL/8.3/include
POSTGRES_LIBRARIES
/Library/PostgreSQL/8.3/lib/libpq.dylib
PQXX_HEADER_PATH
/usr/local/include
PQXX_INCLUDE_DIRECTORIES
/usr/local/include;/Library/PostgreSQL/8.