Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

pomodorozhong/use-googletest-with-qt-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use Google Test with Qt Creator

  • project/app/app.pro is for main app
  • project/modules/fizzbuzz/test/fizzbuzz_test.pro is for the test

Hints

  • The googletest/ can be place outside of a project, and be shared with mutiple projects.