12 lines
307 B
Diff
Executable file
12 lines
307 B
Diff
Executable file
diff --git a/src/src.pro b/src/src.pro
|
|
index fceeb21..8a242d0 100644
|
|
--- a/src/src.pro
|
|
+++ b/src/src.pro
|
|
@@ -2,6 +2,7 @@ win32 {
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS += winextras
|
|
+ SUBDIRS += imports
|
|
} else {
|
|
# fake project for creating the documentation
|
|
TEMPLATE = aux
|