Skip to content

Commit

Permalink
Try to fix qmake to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 23, 2017
1 parent a8e5af4 commit a604160
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mixing-cocoa-and-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@
############################################################################


TEMPLATE = app
TEMPLATE = lib

QT += widgets

HEADERS += \
$$PWD/AutoUpdater.h

SOURCES += \
$$PWD/AutoUpdater.cpp \
$$PWD/main.cpp
$$PWD/AutoUpdater.cpp

mac {
HEADERS += \
Expand Down

0 comments on commit a604160

Please sign in to comment.