Author Topic: Special compile scripts (related to Qt)  (Read 3148 times)

Offline chameleon

  • Multiple posting newcomer
  • *
  • Posts: 39
Special compile scripts (related to Qt)
« on: February 24, 2010, 02:23:55 am »
In my project, I have files
aaa.h
aaa.ui
aaa.cpp

I want, before linker start, to run this command, only if files aaa.ui and aaa.h are changed:
for file aaa.ui:
Quote
c:\qt\2010.02\qt\bin\uic.exe -o $file_dir/qt_temp/ui_$file_name.h $file
for file aaa.h:
Quote
c:\qt\2010.02\qt\bin\moc.exe -o $file_dir/qt_temp/moc_$file_name.cpp $file

For both files, I want on right click popup menu -> build to run commands above.
But for aaa.ui there is no "build" at all in popup menu.

A hand of help please?
« Last Edit: February 24, 2010, 02:29:58 am by chameleon »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org