Changeset 493


Ignore:
Timestamp:
Jan 29, 2010, 3:46:32 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

demos/sqlbrowser: Add CWD to DEPENDPATH and INCLUDEPATH which is necessary for compilers that don't look in the CWD for included files by default [vendor bug].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/sqlbrowser/sqlbrowser.pro

    r2 r493  
    33
    44QT              += sql
     5
     6DEPENDPATH      += .
     7INCLUDEPATH     += .
    58
    69HEADERS         = browser.h connectionwidget.h qsqlconnectiondialog.h
Note: See TracChangeset for help on using the changeset viewer.