Hack building with QT

Started by mean, December 06, 2006, 06:46:51 PM

Previous topic - Next topic

mean

If you intend to add files, make sure to respect the following naming convention for ADM_userInterface/ADM_QT4/xxx directory

Q_xxx.cpp
   Means there is a xxx.ui file, moc & ui will be run automatically

T_xxxx.cpp
   Means moc must be run, means also there is no ui file

And add AQ_xxx.cpp and AT_xxx.cpp in makefile.am (AQ_xxx NOT Q_xxxx)

It is ugly but works (tm)