Skip to content
Snippets Groups Projects
Commit 0c5d6dbb authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

deconvolute project file conditionals

parent 7b7a974e
No related branches found
No related tags found
No related merge requests found
......@@ -194,13 +194,10 @@ win32 {
SOURCES += applicationlauncher_win.cpp \
winguiprocess.cpp
HEADERS += winguiprocess.h
}
else:macx {
} else {
SOURCES += applicationlauncher_x11.cpp
LIBS += -framework \
Carbon
macx:LIBS += -framework Carbon
}
else:unix:SOURCES += applicationlauncher_x11.cpp
RESOURCES += projectexplorer.qrc
DEFINES += PROJECTEXPLORER_LIBRARY
OTHER_FILES += ProjectExplorer.pluginspec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment