Skip to content

Commit

Permalink
Add 'DEPEND PATH' to fix ui headers doesn't update after modify.
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jan 30, 2016
1 parent 048c630 commit 8e977c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/app.pro
Expand Up @@ -76,6 +76,7 @@ FORMS += \
ui/colorpalette.ui \
ui/displayoption.ui

DEPENDPATH += .

macx {
QMAKE_CXXFLAGS += -std=c++11 -stdlib=libc++
Expand All @@ -84,8 +85,8 @@ macx {
}

win32 {
CONFIG -= flat
CONFIG += grouped
CONFIG -= flat
CONFIG += grouped
RC_FILE = $$PWD/../pencil.rc
}

Expand Down

0 comments on commit 8e977c4

Please sign in to comment.