Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

[SOLVED] show new window

$
0
0
Hi all! I’m trying to compile my project, i’m using qt, pcl and i’m compiling with cmake and make. I’ve created a new dialog window and i’ve just added these lines to show a new window: #include "dialogsave.h"   [...]   DialogSave *d = new DialogSave(); d->show(); But i get this error: Undefined symbols for architecture x86_64: “DialogSave::DialogSave(QWidget*)”, referenced from: MainWindow::save() in mainwindow.cpp.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make2: *** [ium-qt] Error 1 make1: *** [CMakeFiles/ium-qt.dir/all] Error 2 make: *** [all] Error 2 I use Mac OS Mavericks. Do you know how to solve this problem?

Viewing all articles
Browse latest Browse all 2113

Trending Articles