Skip to content
/ guidev2 Public

Content of the guidev2 course at Uppsala University

Notifications You must be signed in to change notification settings

sjjh/guidev2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jens Meder
Jun 2, 2013
803e474 · Jun 2, 2013

History

74 Commits
May 21, 2013
Jun 2, 2013
Jun 2, 2013
Jun 2, 2013
Jun 2, 2013
Jun 2, 2013
Jun 2, 2013
May 23, 2013
Mar 27, 2013
Jun 2, 2013
Jun 2, 2013
May 17, 2013
May 17, 2013
May 21, 2013
May 23, 2013
Mar 27, 2013
Jun 2, 2013
May 22, 2013
Jun 2, 2013
May 21, 2013

Repository files navigation

guidev2

Using an IDE other than QT Creator

If you want to use an IDE other than QT Creator you have to do some manual steps to get everything up and running. The xcode project file for Mac OS X is already setup and can be used without bothering with the following step. In other IDEs you need to add a script similiar to the following one running prior to compiling and linking. The script creates the moc file for the signal and slots before compiling.

${HOME}/Qt5.0.1/5.0.1/clang_64/bin/moc ${INPUT_FILE_PATH} -f -o ${INPUT_FILE_DIR}/${INPUT_FILE_BASE}_moc.cpp

About

Content of the guidev2 course at Uppsala University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published