Trying to Include source and libraries for nmake but it's not building

I'm trying to build a Qt project in nmake (I have an original plugin that I have extended with Qt) I'm trying to include my projects source and header files but it's not locating them:
1
2
3
D:\MyPlugin>
nmake CFLAGS="/I Common /I common\includes /I PhotoshopAPI\Photoshop /I PhotoshopAPI\PICA_SP /I PhotoshopAPI\resources /I common\sources 
/L common /L common\sources /L common\includes" release


Anyone have an idea of why it can't find my includes even though they are all in those directories?
Last edited on
Topic archived. No new replies allowed.