Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FreeBSD : Compiling application with QT

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:00 am    Post subject: FreeBSD : Compiling application with QT Reply with quote

While compile qt application under FreeBSD you get error:

/bin/uic about.ui -o about.h
/bin/uic:No such file or directory
*** Error code 1

Stop in /home/projects/nqe.

To get rid of this problem:

1) To compile application under QT define QTDIR variable (assuming you are using bash shell)
# export QTDIR=/usr/X11R6

You can add this line to your startup shell script i.e. ~/.bash_profile

2) Compile your qt application:
# cd /path/to/appdir
# qmake –project
# qmake
# make


3) Execute your code.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group