Ali Hatami Tajik
6 months ago
14 changed files with 46 additions and 14 deletions
@ -1,2 +1,5 @@ |
|||
TEMPLATE = subdirs |
|||
SUBDIRS = model gui test |
|||
|
|||
test.depends += model |
|||
gui.depends += model |
|||
|
@ -1,5 +1,9 @@ |
|||
#include <QtTest/QtTest> |
|||
|
|||
#include <QtGlobal> |
|||
|
|||
int main(int argc, char* argv[]) |
|||
{ |
|||
Q_UNUSED(argc) |
|||
Q_UNUSED(argv) |
|||
} |
|||
|
Loading…
Reference in new issue