Qt5.3 Android: Exclude subdir project in Qt Creator
Mobile and Embedded
6
Posts
3
Posters
1.7k
Views
1
Watching
-
May be
@
android:SUBDIRS -= my_subdir_project
@ -
Should have mentioned that I also tried that. To me it seems that the keyword "android" is ignored.
If I use
@android:SUBDIRS -= my_subdir_project@the subdir is also excluded when I run Desktop Linux. Just wondering if I am totally wrong in the usage or if there is an error in QtCreator?
-
@
android {
SUBDIRS += my_subdir_project
}
@ -
Hi,
Does it also still builds ? If not, then you're good. However it looks like a misbehavior from Qt Creator, you should check the "bug report system":http://bugreports.qt-project.org to see if it's something known.