Code Monkey home page Code Monkey logo

clion_qtcreator's Introduction

clion_qtcreator

  • This is a demo code, when I create a UI in qt creator but want to use code in clion, I meet a lot problem.
  • I made a demo code, for those who counter this situation.
  • This code will create a user interface with three pushbutton, when click pushbutton, the number changed on termnial.

Problem I've got

This is clion qtcreator demo.

  1. I successed make a demo ui in qt creator, but failed in clion with the same code.
  2. I got this:
CMakeFiles/clion_qt_test.dir/src/MainWindow.cpp.o: In function `MainWindow::MainWindow(QWidget*)':
/home/hw/01-workspace/20190314_clion_qt/src/MainWindow.cpp:7: undefined reference to `vtable for MainWindow'
/home/hw/01-workspace/20190314_clion_qt/src/MainWindow.cpp:7: undefined reference to `vtable for MainWindow'
CMakeFiles/clion_qt_test.dir/src/MainWindow.cpp.o: In function `MainWindow::~MainWindow()':
/home/hw/01-workspace/20190314_clion_qt/src/MainWindow.cpp:30: undefined reference to `vtable for MainWindow'
/home/hw/01-workspace/20190314_clion_qt/src/MainWindow.cpp:30: undefined reference to `vtable for MainWindow'
collect2: error: ld returned 1 exit status
CMakeFiles/clion_qt_test.dir/build.make:131: recipe for target 'clion_qt_test' failed
make[3]: *** [clion_qt_test] Error 1
CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/clion_qt_test.dir/all' failed
make[2]: *** [CMakeFiles/clion_qt_test.dir/all] Error 2
CMakeFiles/Makefile2:84: recipe for target 'CMakeFiles/clion_qt_test.dir/rule' failed
make[1]: *** [CMakeFiles/clion_qt_test.dir/rule] Error 2
Makefile:118: recipe for target 'clion_qt_test' failed
make: *** [clion_qt_test] Error 2
  1. How to solve the problem? Just put MainWindow.cpp MainWindow.h MainWindow.ui, all 3 files into the same directory

Any advices

I dont know why should I put the three files together, If I want to seperate them, how?

clion_qtcreator's People

Contributors

jaysimon avatar

Stargazers

mengyou avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.