![]() |
2010-05-11
, 06:44
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#12
|
![]() |
2010-05-11
, 23:24
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2010
@ Birmingham, United Kingdom
|
#13
|
![]() |
2010-05-12
, 07:05
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#14
|
![]() |
2010-05-12
, 11:29
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2010
@ Birmingham, United Kingdom
|
#15
|
![]() |
2010-05-12
, 11:33
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#16
|
![]() |
2010-05-12
, 11:57
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2010
@ Birmingham, United Kingdom
|
#17
|
private slots: void on_btLogout_clicked(); void on_btLogin_clicked();
void MainWindow::on_btLogin_clicked() { if (iFBSession->resume() == false) { iLoginDialog = new FBLoginDialog(); iLoginDialog->show(); } } void MainWindow::on_btLogout_clicked() { iFBSession->logout(); }
![]() |
2010-05-12
, 12:20
|
Posts: 10 |
Thanked: 0 times |
Joined on May 2010
@ Birmingham, United Kingdom
|
#18
|
I found in the SDK, there is a section with the list of build steps (qmake, make and make clean) which are basically automatically what you would type in terminal, along with a list of environment variables where I added to the LD_LIBRARY_PATH:
Thanks for all your help! This has been bugging me for a couple of days now, always ends up being something simple :P