diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-06-04 22:49:48 +1000 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-06-04 23:00:55 +1000 |
commit | 3d6a35972b70f9295455755802849303eb900a65 (patch) | |
tree | a5eb61d14fb8f2344c0ceace2987263bb1442630 /heimdall-frontend | |
parent | 858a3470e926fe3fbc605a136c2adb3b7012d1e2 (diff) | |
download | external_heimdall-3d6a35972b70f9295455755802849303eb900a65.zip external_heimdall-3d6a35972b70f9295455755802849303eb900a65.tar.gz external_heimdall-3d6a35972b70f9295455755802849303eb900a65.tar.bz2 |
Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems.
Diffstat (limited to 'heimdall-frontend')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro index ffd45ea..ecc6235 100644 --- a/heimdall-frontend/heimdall-frontend.pro +++ b/heimdall-frontend/heimdall-frontend.pro @@ -95,6 +95,7 @@ INCLUDEPATH += ./GeneratedFiles \ ./GeneratedFiles/Release \ ../libpit/Source \ . +unix:INCLUDEPATH += /usr/include DEPENDPATH += . MOC_DIR += ./GeneratedFiles/release OBJECTS_DIR += release |